audit: fix bug where brew audit foo runs every style check.

This commit is contained in:
Gautham Goli 2017-07-30 22:01:07 +05:30
parent 896f41f7ed
commit 5e8e705b50

View File

@ -94,7 +94,7 @@ module Homebrew
elsif !except_cops.empty?
options[:except_cops] = except_cops
elsif !strict
options[:except_cops] = [:FormulaAuditStrict, :NewFormulaAudit]
options[:only_cops] = [:FormulaAudit]
end
# Check style in a single batch run up front for performance