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:
|
Lint/ParenthesesAsGroupedExpression:
|
||||||
Enabled: false
|
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
|
# most metrics don't make sense to apply for formulae/taps
|
||||||
Metrics/AbcSize:
|
Metrics/AbcSize:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user