From 0302a6bc7cc72aed9b729e9d465856e65b6c8b2c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 2 Aug 2016 10:59:39 +0100 Subject: 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. --- Library/Homebrew/cmd/create.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd/create.rb') 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 -- cgit v1.2.3