Skip to content

Commit 4070755

Browse files
committed
Ignore useless ClassLength check
1 parent fa6ef6d commit 4070755

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.rubocop.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
inherit_from: .rubocop_todo.yml
22

3+
Metrics/ClassLength:
4+
Enabled: false
5+
36
Style/StringLiterals:
47
EnforcedStyle: double_quotes
58

.rubocop_todo.yml

-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
Metrics/AbcSize:
1010
Max: 21
1111

12-
# Offense count: 1
13-
# Configuration parameters: CountComments.
14-
Metrics/ClassLength:
15-
Max: 171
16-
1712
# Offense count: 27
1813
# Configuration parameters: AllowURI, URISchemes.
1914
Metrics/LineLength:

0 commit comments

Comments
 (0)