Fix unconditionally true condition.

This commit is contained in:
Markus Reiter 2020-11-29 22:35:45 +01:00
parent 749199632b
commit 6fb5315deb

View File

@ -57,7 +57,7 @@ module Homebrew
options[:only_cops] = only_cops
elsif except_cops
options[:except_cops] = except_cops
elsif only_cops.nil? && except_cops.nil?
else
options[:except_cops] = %w[FormulaAuditStrict]
end