rubocop: Lint/NestedMethodDefinition excludes are not needed

This commit is contained in:
Issy Long 2023-02-18 23:25:02 +00:00
parent 4a8384e8a8
commit 60d9443d35
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -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