Audit: warn about head-only formulae

This commit is contained in:
Adam Vandenberg 2011-12-18 09:10:59 -08:00
parent 2dba766fda
commit a68152fc7d

View File

@ -294,6 +294,11 @@ module Homebrew extend self
ff.each do |f|
problems = []
if f.unstable and f.stable.nil?
problems += [' * head-only formula']
end
problems += audit_formula_instance f
problems += audit_formula_urls f