Skip to content

Commit 04e8d7e

Browse files
committed
Tests will be long classes. Deal with it, rubocop...
1 parent 8ab9534 commit 04e8d7e

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ Layout/MultilineOperationIndentation:
2828

2929
Layout/MultilineMethodCallIndentation:
3030
EnforcedStyle: 'indented'
31+
32+
Metrics/ClassLength:
33+
Exclude:
34+
- 'test/**/*'

.rubocop_todo.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ Metrics/AbcSize:
2323
Metrics/BlockLength:
2424
Max: 46
2525

26-
# Offense count: 3
27-
# Configuration parameters: CountComments.
28-
Metrics/ClassLength:
29-
Max: 173
30-
3126
# Offense count: 4
3227
# Configuration parameters: CountComments.
3328
Metrics/MethodLength:

0 commit comments

Comments
 (0)