aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-03-03 19:33:47 +0800
committerXu Cheng2015-03-03 21:18:01 +0800
commit0d7259360ce4d3dc577f237b30d0370753e28c13 (patch)
tree9149545c1164b85c0ac2b6332f42a884f873754d /Library
parent13250d3560851dfe8a7a2edb9f982a7d715d43b4 (diff)
downloadhomebrew-0d7259360ce4d3dc577f237b30d0370753e28c13.tar.bz2
audit: deprecate AmazonWebServicesFormula
Closes #37355. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/audit.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 220ccaa81..a3ccf369e 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -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