| Age | Commit message (Collapse) | Author |
|
|
|
|
|
go: various tweaks to recommendations
|
|
|
|
lines_cop: Update regex patterns to prevent false positives
|
|
|
|
|
|
- This was a suggestion by Mike McQuaid in my `homebrew-core` audit
description PR. Based on ilovezfs's incantation `grep -r -E 'desc
".*\."' *.rb`, some formulae descriptions do end in full stops. (My
initial assessment of this failed to account for the fact that
descriptions are strings and so end in `"`.)
- Add an autocorrect for this cop, too.
|
|
|
|
|
|
|
|
|
|
|
|
lines_cop: add ENV.universal_binary audit exemption for wine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
audit: Port line_problems to rubocop and add tests part 3
|
|
|
|
|
|
|
|
|
|
audit: Port line_problems to rubocop and add tests part 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|