We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1da17b8 + e2f02bc commit 3f11702Copy full SHA for 3f11702
Library/Homebrew/formula_auditor.rb
@@ -749,7 +749,7 @@ def get_repo_data(regex)
749
end
750
751
def audit_specs
752
- problem "HEAD-only (no stable download)" if head_only?(formula)
+ problem "HEAD-only (no stable download)" if head_only?(formula) && @core_tap
753
754
%w[Stable HEAD].each do |name|
755
spec_name = name.downcase.to_sym
0 commit comments