Skip to content

Commit e2f02bc

Browse files
committed
Allow head-only formulae in third party taps
1 parent 1da17b8 commit e2f02bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/formula_auditor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def get_repo_data(regex)
749749
end
750750

751751
def audit_specs
752-
problem "HEAD-only (no stable download)" if head_only?(formula)
752+
problem "HEAD-only (no stable download)" if head_only?(formula) && @core_tap
753753

754754
%w[Stable HEAD].each do |name|
755755
spec_name = name.downcase.to_sym

0 commit comments

Comments
 (0)