Skip to content

Commit 0701564

Browse files
committed
Metrics/ModuleLength
1 parent 9636969 commit 0701564

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ Metrics/ClassLength:
129129
Metrics/PerceivedComplexity:
130130
Enabled: false
131131

132+
Metrics/ModuleLength:
133+
Max: 260
134+
132135
# Who cares what we call the argument for binary operator methods?
133136
Naming/BinaryOperatorParameterName:
134137
Enabled: false

0 commit comments

Comments
 (0)