-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Description
Verification
- This issue's title and/or description do not reference a single formula e.g.
brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.
Provide a detailed description of the proposed feature
An option to remove formulaes BrewTestBot check automatically from the output of brew livecheck
. The command could verify if the formulae is in the list of formulaes that are checked by BrewTestBot before even sending a network request, to preserve on time wasted on checking formulaes that are automatically updated.
What is the motivation for the feature?
This would preserve time on contributors like me, who want to help updating formulaes by running brew livecheck --newer-only --eval-all
but don't want to spend time checking if the formulae is handled by BrewTestBot, since 80-90% of the formulaes outputed by this command are in the list.
How will the feature be relevant to at least 90% of Homebrew users?
It won't be relevant to anybody who doesn't contribute to Homebrew, but for those who do, it would save quite some time.
What alternatives to the feature have been considered?
A bash script can be made to only print a line of brew livecheck
if the first word isn't in the BrewTestBot checked formulae list, but this is hacky and it might break.