audit: deprecate AmazonWebServicesFormula

Closes Homebrew/homebrew#37355.

Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
Xu Cheng 2015-03-03 19:33:47 +08:00
parent 10d5c4f97b
commit 67554a7338

View File

@ -133,6 +133,10 @@ class FormulaAuditor
if formula.class < GithubGistFormula
problem "GithubGistFormula is deprecated, use Formula instead"
end
if formula.class < AmazonWebServicesFormula
problem "AmazonWebServicesFormula is deprecated, use Formula instead"
end
end
@@aliases ||= Formula.aliases