Skip to content

Commit e7e4e41

Browse files
committed
(CONT-776) - regenerate todo
1 parent 3915235 commit e7e4e41

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.rubocop_todo.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ Lint/UselessAssignment:
2727
# Offense count: 20
2828
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
2929
Metrics/AbcSize:
30-
Max: 301
30+
Max: 291
3131

32-
# Offense count: 12
32+
# Offense count: 11
3333
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns, inherit_mode.
3434
# AllowedMethods: refine
3535
Metrics/BlockLength:
36-
Max: 127
36+
Max: 125
3737

38-
# Offense count: 9
38+
# Offense count: 7
3939
# Configuration parameters: CountBlocks.
4040
Metrics/BlockNesting:
4141
Max: 7
@@ -45,10 +45,10 @@ Metrics/BlockNesting:
4545
Metrics/CyclomaticComplexity:
4646
Max: 67
4747

48-
# Offense count: 26
48+
# Offense count: 24
4949
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
5050
Metrics/MethodLength:
51-
Max: 475
51+
Max: 462
5252

5353
# Offense count: 2
5454
# Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
@@ -58,7 +58,7 @@ Metrics/ParameterLists:
5858
# Offense count: 14
5959
# Configuration parameters: AllowedMethods, AllowedPatterns.
6060
Metrics/PerceivedComplexity:
61-
Max: 72
61+
Max: 71
6262

6363
# Offense count: 47
6464
# Configuration parameters: ForbiddenDelimiters.

0 commit comments

Comments
 (0)