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

audit: deprecate AmazonWebServicesFormula


Closes Homebrew/homebrew#37355.

Signed-off-by: default avatarXu Cheng <xucheng@me.com>
parent 10d5c4f9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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