diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index fec07c35cb..648ea04909 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