aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd')
-rwxr-xr-xLibrary/Homebrew/cmd/audit.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index f78694614..3202bd068 100755
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -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