audit: loosen ARGV check

This commit is contained in:
Adam Vandenberg 2012-10-21 13:23:43 -07:00
parent 447f78c0d2
commit b25740d61c

View File

@ -381,7 +381,7 @@ class FormulaAuditor
problem "Reference '#{$1}' without dashes"
end
if text =~ /ARGV\.(?!(debug|verbose)\?)/
if text =~ /ARGV\.(?!(debug|verbose|find)\?)/
problem "Use build instead of ARGV to check options"
end