Skip to content

Commit 5e96de9

Browse files
committed
Metrics/ParameterLists
1 parent 0701564 commit 5e96de9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ Metrics/PerceivedComplexity:
132132
Metrics/ModuleLength:
133133
Max: 260
134134

135+
Metrics/ParameterLists:
136+
Exclude:
137+
- 'example_app_generator/spec/verify_custom_renderers_spec.rb'
138+
135139
# Who cares what we call the argument for binary operator methods?
136140
Naming/BinaryOperatorParameterName:
137141
Enabled: false

0 commit comments

Comments
 (0)