Formula-Cookbook: point to audit --strict.

Closes Homebrew/homebrew#44940.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Raimonds Kalnins 2015-10-14 13:39:36 +03:00 committed by Mike McQuaid
parent aeea953270
commit f47f5088fb

View File

@ -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 dont want you to waste your time.