audit: deprecate ScriptFileFormula

Closes Homebrew/homebrew#37356.

Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
Xu Cheng 2015-03-03 21:56:12 +08:00
parent b1d9169ae6
commit ce5d4a3b03

View File

@ -134,6 +134,10 @@ class FormulaAuditor
problem "GithubGistFormula is deprecated, use Formula instead"
end
if formula.class < ScriptFileFormula
problem "ScriptFileFormula is deprecated, use Formula instead"
end
if formula.class < AmazonWebServicesFormula
problem "AmazonWebServicesFormula is deprecated, use Formula instead"
end