Allowing HEAD only formulae on taps? #3749
Unanswered
technicalpickles
asked this question in
Tap maintenance and brew development
Replies: 1 comment
-
did you up patching homebrew? or did you find a fix / work around for this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a private tap for some formulae we need or have made modifications for. One of the formulaes doesn't have proper releases, so it has to be head-only. Unfortunately,
brew test-bot --only-tap-syntax
fails with:Is there a way add an exception for this? I see there is a
audit_exceptions
directory, but it's not clear to me what exceptions are possible to be included. I've found this, but it doesn't look like there's exceptions for it: https://github.com/Homebrew/brew/blob/4441452f4e7a7efdd5ae8cc98466d8cf6fa410ab/Library/Homebrew/formula_auditor.rb#L590I could comment out the GitHub Action steps for
brew test-bot --only-tap-syntax
, but I'd definitely loose out on other useful audits.Beta Was this translation helpful? Give feedback.
All reactions