We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94d499 commit 704a641Copy full SHA for 704a641
.rubocop.yml
@@ -1 +1,4 @@
1
inherit_from: .rubocop_todo.yml
2
+
3
+Metrics/MethodLength:
4
+ Max: 16
.rubocop_todo.yml
@@ -17,11 +17,6 @@ Lint/Eval:
17
Metrics/LineLength:
18
Max: 178
19
20
-# Offense count: 1
21
-# Configuration parameters: CountComments.
22
-Metrics/MethodLength:
23
- Max: 16
24
-
25
# Offense count: 8
26
Style/Documentation:
27
Exclude:
0 commit comments