aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-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 fec07c35c..648ea0490 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -125,6 +125,10 @@ class FormulaAuditor
problem "A `test do` test block should be added"
end
end
+
+ if formula.class < GithubGistFormula
+ problem "GithubGistFormula is deprecated, use Formula instead"
+ end
end
@@aliases ||= Formula.aliases