Linuxbrew / brew

:beer::penguin: The Homebrew package manager for Linux
https://linuxbrew.sh
BSD 2-Clause "Simplified" License
2.66k stars 237 forks source link

brew audit --strict is different on TRAVIS/CIRCLE #841

Closed tseemann closed 6 years ago

tseemann commented 6 years ago

Locally, with brew audit --strict --online I am allowed to do

But when i submit a formula these both fail audit.

sjackman commented 6 years ago

Try…

brew audit --strict --online --new-formula
tseemann commented 6 years ago

Ok thanks - i didn't know that. No wonder i've been randomly confused for so long. I will update my brew-audit alias!

sjackman commented 6 years ago

I'm regularly surprised by things I didn't know about Homebrew.

tseemann commented 6 years ago

I'm NOT surprised... brew -h is still a shambles.