From 09d53f4fc567dfafb6d9c71742f4633762f55d7c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 13 Oct 2014 23:13:00 -0500 Subject: Remove audit whitelist This is currently unnecessary. --- Library/Homebrew/cmd/audit.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index e7e3868a4..68e54999a 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -484,9 +484,7 @@ class FormulaAuditor end if line =~ /ARGV\.(?!(debug\?|verbose\?|value[\(\s]))/ - # Python formulae need ARGV for Requirements - problem "Use build instead of ARGV to check options", - :whitelist => %w{pygobject3 qscintilla2} + problem "Use build instead of ARGV to check options" end if line =~ /def options/ @@ -585,8 +583,7 @@ class FormulaAuditor private - def problem p, options={} - return if options[:whitelist].to_a.include? f.name + def problem p @problems << p end end -- cgit v1.2.3