Skip to content

Commit 704a641

Browse files
committed
MethodLength 16 is okay
1 parent c94d499 commit 704a641

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
inherit_from: .rubocop_todo.yml
2+
3+
Metrics/MethodLength:
4+
Max: 16

.rubocop_todo.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ Lint/Eval:
1717
Metrics/LineLength:
1818
Max: 178
1919

20-
# Offense count: 1
21-
# Configuration parameters: CountComments.
22-
Metrics/MethodLength:
23-
Max: 16
24-
2520
# Offense count: 8
2621
Style/Documentation:
2722
Exclude:

0 commit comments

Comments
 (0)