diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/dev-cmd/audit.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index 037f5abbb..ee03c01ac 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 |
