rubocop: Lint/NestedMethodDefinition excludes are not needed
This commit is contained in:
parent
4a8384e8a8
commit
60d9443d35
@ -12,11 +12,6 @@ Layout/MultilineMethodCallIndentation:
|
|||||||
Exclude:
|
Exclude:
|
||||||
- "**/*_spec.rb"
|
- "**/*_spec.rb"
|
||||||
|
|
||||||
# `formula do` uses nested method definitions
|
|
||||||
Lint/NestedMethodDefinition:
|
|
||||||
Exclude:
|
|
||||||
- "test/**/*"
|
|
||||||
|
|
||||||
# TODO: Try to bring down all metrics maximums.
|
# TODO: Try to bring down all metrics maximums.
|
||||||
Metrics/AbcSize:
|
Metrics/AbcSize:
|
||||||
Max: 241
|
Max: 241
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user