From f47f5088fb0b91722065608d6eee94480bad89eb Mon Sep 17 00:00:00 2001 From: Raimonds Kalnins Date: Wed, 14 Oct 2015 13:39:36 +0300 Subject: [PATCH] Formula-Cookbook: point to audit --strict. Closes Homebrew/homebrew#44940. Signed-off-by: Mike McQuaid --- share/doc/homebrew/Formula-Cookbook.md | 1 + 1 file changed, 1 insertion(+) diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index 815d93e074..467d383449 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.