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