diff --git a/Library/Homebrew/cmd/style.rb b/Library/Homebrew/cmd/style.rb index d9736a83b3..0459e23242 100644 --- a/Library/Homebrew/cmd/style.rb +++ b/Library/Homebrew/cmd/style.rb @@ -57,8 +57,7 @@ module Homebrew elsif except_cops options[:except_cops] = except_cops elsif only_cops.nil? && except_cops.nil? - options[:except_cops] = %w[FormulaAudit - FormulaAuditStrict] + options[:except_cops] = %w[FormulaAuditStrict] end Homebrew.failed = !Style.check_style_and_print(target, options)