Skip to content
Snippets Groups Projects
Commit ce5d4a3b authored by Xu Cheng's avatar Xu Cheng
Browse files

audit: deprecate ScriptFileFormula


Closes Homebrew/homebrew#37356.

Signed-off-by: default avatarXu Cheng <xucheng@me.com>
parent b1d9169a
No related branches found
No related tags found
No related merge requests found
...@@ -134,6 +134,10 @@ class FormulaAuditor ...@@ -134,6 +134,10 @@ class FormulaAuditor
problem "GithubGistFormula is deprecated, use Formula instead" problem "GithubGistFormula is deprecated, use Formula instead"
end end
if formula.class < ScriptFileFormula
problem "ScriptFileFormula is deprecated, use Formula instead"
end
if formula.class < AmazonWebServicesFormula if formula.class < AmazonWebServicesFormula
problem "AmazonWebServicesFormula is deprecated, use Formula instead" problem "AmazonWebServicesFormula is deprecated, use Formula instead"
end 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