Skip to content

Commit 22f849e

Browse files
committed
Rubocop - Metrics/MethodLength (custom method length)
1 parent 58aae60 commit 22f849e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ Metrics/LineLength:
55

66
Style/ConstantName:
77
Enabled: false
8+
9+
Metrics/MethodLength:
10+
Max: 30

0 commit comments

Comments
 (0)