Skip to content

Commit 3f11702

Browse files
authored
Merge pull request #20642 from Homebrew/third-party-head-only-allowlist
Allow head-only formulae in third party taps
2 parents 1da17b8 + e2f02bc commit 3f11702

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)