audit: deprecate AmazonWebServicesFormula
Closes Homebrew/homebrew#37355. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
10d5c4f97b
commit
67554a7338
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user