diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index 037f5abbb6..ee03c01acc 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -461,6 +461,7 @@ class FormulaAuditor return unless @new_formula return if formula.deprecated_options.empty? + return if formula.name.include?("@") problem "New formulae should not use `deprecated_option`." end