| Age | Commit message (Collapse) | Author |
|
Fixes #3022
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
This fixes #2657 which in turn were caused by an oversight in #2664
|
|
audit: fix full versioned alias name resolution in taps
|
|
Remove `to_s` from some `Pathname`s.
|
|
This fixes an issue where audit would prompt for the creation
of an already existing versioned alias while at the same time
declaring the existing alias invalid.
|
|
audit: Port audit_homepage method to rubocop and add tests
|
|
|
|
audit: fix dependency option detection.
|