Skip to content
Snippets Groups Projects
Commit 09d53f4f authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove audit whitelist

This is currently unnecessary.
parent e2609385
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment