aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorXu Cheng2015-03-03 19:33:47 +0800
committerXu Cheng2015-03-03 21:18:01 +0800
commit67554a7338d488faffe0b14ddd57e0078778d173 (patch)
tree4b8394c1dfa71b42ba6758e9a2cdd10135a411a9 /Library/Homebrew/cmd
parent10d5c4f97ba28a31b1e0221ac86365d321c7a3bd (diff)
downloadbrew-67554a7338d488faffe0b14ddd57e0078778d173.tar.bz2
audit: deprecate AmazonWebServicesFormula
Closes Homebrew/homebrew#37355. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Homebrew/cmd')
-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