aboutsummaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorDominyk Tiller2016-09-14 17:53:13 +0100
committerDominyk Tiller2016-09-14 17:53:13 +0100
commit840e86d454941896b6250bb355056d5b6c987aa8 (patch)
tree50a497735a6ef5bf858961d4cd90309872918395 /share/doc
parent23b120e1550be3250676f220e5a85865d782f24c (diff)
downloadbrew-840e86d454941896b6250bb355056d5b6c987aa8.tar.bz2
Formula-Cookbook: recommend audit --new-formula for new formula
Diffstat (limited to 'share/doc')
-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 4498c1e23..01b0d882b 100644
--- a/share/doc/homebrew/Formula-Cookbook.md
+++ b/share/doc/homebrew/Formula-Cookbook.md
@@ -32,7 +32,7 @@ Before submitting a new formula make sure your package:
* isn't already waiting to be merged (check the [issue tracker](https://github.com/Homebrew/homebrew-core/pulls))
* is still supported by upstream (i.e. doesn't require extensive patching)
* has a stable, tagged version (i.e. not just a GitHub repository with no versions). See [Interesting-Taps-&-Forks](Interesting-Taps-&-Forks.md) for where pre-release versions belong.
-* passes all `brew audit --strict --online $FORMULA` tests.
+* passes all `brew audit --new-formula $FORMULA` tests.
Before submitting a new formula make sure you read over our [contribution guidelines](https://github.com/Homebrew/brew/blob/master/.github/CONTRIBUTING.md).