diff options
| author | Raimonds Kalnins | 2015-10-14 13:39:36 +0300 |
|---|---|---|
| committer | Mike McQuaid | 2015-10-15 08:55:46 +0100 |
| commit | f47f5088fb0b91722065608d6eee94480bad89eb (patch) | |
| tree | 6f14bbc122e0d4abd335366aad1da511e47fe8c2 | |
| parent | aeea95327059efd039cb8387bf0ffe000887206a (diff) | |
| download | brew-f47f5088fb0b91722065608d6eee94480bad89eb.tar.bz2 | |
Formula-Cookbook: point to audit --strict.
Closes Homebrew/homebrew#44940.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | share/doc/homebrew/Formula-Cookbook.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index 815d93e07..467d38344 100644 --- a/share/doc/homebrew/Formula-Cookbook.md +++ b/share/doc/homebrew/Formula-Cookbook.md @@ -65,6 +65,7 @@ Before contributing, make sure your package: * isn't already waiting to be merged (check the [issue tracker](https://github.com/Homebrew/homebrew/issues)) * is still supported by upstream * has a stable, tagged version (i.e. not just a GitHub repository with no versions). See [Interesting-Taps-&-Branches](Interesting-Taps-&-Branches.md) for where pre-release and head-only versions belong. +* passes all `brew audit --strict --online $FORMULA` tests. Make sure you search thoroughly (all aliases!). We don’t want you to waste your time. |
