| Age | Commit message (Collapse) | Author |
|
This messaging was added for the `brew search` command and having it in
audit is annoying:
(https://github.com/Homebrew/brew/pull/3059#issuecomment-323638672)
As a side note: this is why randomly including `cmd/*` is a bad idea.
|
|
|
|
|
|
Fixes #3022
|
|
|
|
|
|
|
|
|
|
|
|
|
|
method to rubocop
|
|
|
|
method to rubocop
|
|
|
|
audit: Port audit_urls strict rules to rubocop, add tests, autocorrect
|
|
audit: fix bug where `brew audit foo` runs every style check.
|
|
audit: Port dependency rules from line_problems to rubocop and add tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
audit: Port audit_conflicts method to rubocop and add tests
|
|
|
|
Additionally handle the case where a formula has been installed as
devel/HEAD rather than just e.g. `brew audit --devel`.
|
|
|
|
|
|
audit: Port audit_legacy_patches method to rubocop and add tests
|
|
|
|
As requested in:
https://github.com/Homebrew/homebrew-core/issues/14486#issuecomment-307753234
|
|
|
|
|
|
|
|
|
|
This makes using `HOMEBREW_CURL` significantly nicer as then the system
`curl` (that, on old versions, sucks at SSL) can download a version of
`curl` that it can build from source.
|
|
|
|
audit: check pypi URLs
|
|
audit: fix false negative for formulae options.
|
|
#373 implemented as a strict check (thanks nijikon)
|
|
Handle the case where an if/unless is detected and then write off this
line for option handling.
|
|
|
|
|
|
|
|
|
|
audit: fix versioned alias errors in homebrew/core introduced in a7c6a57
|
|
|