aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDominyk Tiller2015-08-22 19:46:19 +0100
committerDominyk Tiller2015-08-22 19:49:20 +0100
commit6362b5fdba1aeb9f23fe80c80df8fdfd80d7f57a (patch)
tree556f339fb81af56e83a96dbfffe80f7f926861e3 /share
parent6abf63c99bbd8a00a591c708c86093f5bb975adc (diff)
downloadbrew-6362b5fdba1aeb9f23fe80c80df8fdfd80d7f57a.tar.bz2
Formula-Cookbook: wording tweaks
Diffstat (limited to 'share')
-rw-r--r--share/doc/homebrew/Formula-Cookbook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md
index 7430c5f88..dd4a2acdc 100644
--- a/share/doc/homebrew/Formula-Cookbook.md
+++ b/share/doc/homebrew/Formula-Cookbook.md
@@ -345,7 +345,7 @@ Add aliases by creating symlinks in `Library/Aliases`.
You can run `brew audit` to test formulae for adherence to Homebrew house style. The audit command includes warnings for trailing whitespace, preferred URLs for certain source hosts, and a lot of other style issues. Fixing these warnings before committing will make the process a lot smoother for us.
-New formulae being introduced to homebrew should run `brew audit <formula name> --strict`. This command is performed by the Brew Bot in cases when a formula is being added as part of the automated build and test process, and is more stringent in its inspection.
+New formulae being submitted to Homebrew should run `brew audit <formula name> --strict --online`. This command is performed by the Brew Test Bot on new submissions as part of the automated build and test process, and highlights more potential issues than the standard audit.
Use `brew info` and check if the version guessed by Homebrew from the URL is
correct. Add an explicit `version` if not.