Skip to content

Commit 80978f2

Browse files
committed
Update rubocop for longer methods
1 parent b175c0a commit 80978f2

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
@@ -21,6 +21,9 @@ AllCops:
2121
Metrics/LineLength:
2222
Max: 120
2323

24+
Metrics/MethodLength:
25+
Max: 25
26+
2427
Style/StringLiterals:
2528
EnforcedStyle: double_quotes
2629

0 commit comments

Comments
 (0)