| Age | Commit message (Collapse) | Author |
|
audit: fix subversion remote check logic.
|
|
audit: Add some heuristics to https upgrade checks
|
|
Stop flagging invalid URLs as valid and vice-versa.
Fixes #3118.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
audit: don't output when searching taps.
|
|
audit: Port line_problems to rubocop and add tests part 2
|
|
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
|
|
|
|
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
|