aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/create.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-08-02 10:59:39 +0100
committerMike McQuaid2016-08-02 12:44:41 +0100
commit0302a6bc7cc72aed9b729e9d465856e65b6c8b2c (patch)
treece67a5f4d0b2898db553446a2f1811c1af3173bc /Library/Homebrew/cmd/create.rb
parentebe8b8d328bba2ec5f450482f4a88ee1df4bb833 (diff)
downloadbrew-0302a6bc7cc72aed9b729e9d465856e65b6c8b2c.tar.bz2
audit: add --new-formula option.
Rather than nudge people to run `--strict` and then ignore some of the results sometimes (e.g. GitHub repository notability) instead add a dedicated `--new-formula` option that implies this is a one-time advisory check.
Diffstat (limited to 'Library/Homebrew/cmd/create.rb')
-rw-r--r--Library/Homebrew/cmd/create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index ed71a6d39..9be990318 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -85,7 +85,7 @@ module Homebrew
fc.generate!
- puts "Please `brew audit --strict #{fc.name}` before submitting, thanks."
+ puts "Please `brew audit --new-formula #{fc.name}` before submitting, thanks."
exec_editor fc.path
end