Skip to content
Snippets Groups Projects
Commit 1980af52 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

audit: allow deprecated options on new @ formulae.

As these may be migrations from another tap where we want to migrate
options across correctly.
parent c3f959d6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment