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/dev-cmd/test-bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/dev-cmd/test-bot.rb') diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb index c7309b114..0c1beeca2 100644 --- a/Library/Homebrew/dev-cmd/test-bot.rb +++ b/Library/Homebrew/dev-cmd/test-bot.rb @@ -445,7 +445,7 @@ module Homebrew fetch_args << "--force" if ARGV.include? "--cleanup" audit_args = [formula_name] - audit_args << "--strict" << "--online" if @added_formulae.include? formula_name + audit_args << "--new-formula" if @added_formulae.include? formula_name if formula.stable unless satisfied_requirements?(formula, :stable) -- cgit v1.2.3