We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6ef6d commit 4070755Copy full SHA for 4070755
.rubocop.yml
@@ -1,5 +1,8 @@
1
inherit_from: .rubocop_todo.yml
2
3
+Metrics/ClassLength:
4
+ Enabled: false
5
+
6
Style/StringLiterals:
7
EnforcedStyle: double_quotes
8
.rubocop_todo.yml
@@ -9,11 +9,6 @@
9
Metrics/AbcSize:
10
Max: 21
11
12
-# Offense count: 1
13
-# Configuration parameters: CountComments.
14
-Metrics/ClassLength:
15
- Max: 171
16
-
17
# Offense count: 27
18
# Configuration parameters: AllowURI, URISchemes.
19
Metrics/LineLength:
0 commit comments