consistent results / output from brew style #5426
Unanswered
ipatch
asked this question in
Tap maintenance and brew development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
in the middle of updating a formula for the homebrew-freecad repo / tap. generally i run the below command before submitting my PR for the formula in question.
and i get no output (meaning my repo / tap has no style errors)
however when test-bot goes through its build/rebuild process of updating the formula it runs the below command,
and oddly enough shows no output in the github ci output,
https://github.com/FreeCAD/homebrew-freecad/actions/runs/9389547365/job/25857266588?pr=519#step:18:96
however running the same command locally yields the below output,
wouldn't it make sense when running
brew style [org/tap]
to produce the same results as the below command?Beta Was this translation helpful? Give feedback.
All reactions