diff options
| author | Jack Nagel | 2015-01-22 20:34:51 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-01-22 20:34:51 -0500 |
| commit | b744f60216bf31afc7c1134b40ec64f7f0959bac (patch) | |
| tree | 6553a96a0b937de699fb5756c234911749fa7d4e /Library/Homebrew | |
| parent | bbc189a1a61726730af646a675b71df341f69bb0 (diff) | |
| download | homebrew-b744f60216bf31afc7c1134b40ec64f7f0959bac.tar.bz2 | |
Deprecate GithubGistFormula
Closes #36094.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 4 |
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 |
