Audit: warn about head-only formulae
This commit is contained in:
parent
2dba766fda
commit
a68152fc7d
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user