Skip to content

Commit b9fb942

Browse files
committed
disable Metrics/ClassLength in rubocop
1 parent 10bcc3b commit b9fb942

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Lint/EndAlignment:
66
Lint/Loop:
77
Enabled: false
88

9+
Metrics/ClassLength:
10+
Enabled: false
11+
912
Style/CaseIndentation:
1013
IndentWhenRelativeTo: end
1114

0 commit comments

Comments
 (0)