rubocop.yml: enable non-default checks.
Closes https://github.com/Homebrew/brew/pull/7258
This commit is contained in:
parent
72f7ef3d02
commit
845c71270e
@ -50,6 +50,12 @@ Lint/AmbiguousRegexpLiteral:
|
||||
Lint/ParenthesesAsGroupedExpression:
|
||||
Enabled: false
|
||||
|
||||
# not enabled by default but nice to have
|
||||
Lint/RaiseException:
|
||||
Enabled: true
|
||||
Lint/StructNewOverride:
|
||||
Enabled: true
|
||||
|
||||
# most metrics don't make sense to apply for formulae/taps
|
||||
Metrics/AbcSize:
|
||||
Enabled: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user