Deprecate GithubGistFormula

Closes Homebrew/homebrew#36094.
This commit is contained in:
Jack Nagel 2015-01-22 20:34:51 -05:00
parent f0fc15ade8
commit bf6887bc59

View File

@ -125,6 +125,10 @@ class FormulaAuditor
problem "A `test do` test block should be added" problem "A `test do` test block should be added"
end end
end end
if formula.class < GithubGistFormula
problem "GithubGistFormula is deprecated, use Formula instead"
end
end end
@@aliases ||= Formula.aliases @@aliases ||= Formula.aliases