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
|
if formula.class < GithubGistFormula
|
||||||
problem "GithubGistFormula is deprecated, use Formula instead"
|
problem "GithubGistFormula is deprecated, use Formula instead"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if formula.class < AmazonWebServicesFormula
|
||||||
|
problem "AmazonWebServicesFormula is deprecated, use Formula instead"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@@aliases ||= Formula.aliases
|
@@aliases ||= Formula.aliases
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user