Skip to content

Commit 06acd16

Browse files
Update rubocop todo
1 parent 03ab921 commit 06acd16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.rubocop_todo.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Lint/UselessAssignment:
277277
# Offense count: 38
278278
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
279279
Metrics/AbcSize:
280-
Max: 120
280+
Max: 124
281281

282282
# Offense count: 3
283283
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
@@ -298,12 +298,12 @@ Metrics/ClassLength:
298298
# Offense count: 20
299299
# Configuration parameters: AllowedMethods, AllowedPatterns.
300300
Metrics/CyclomaticComplexity:
301-
Max: 44
301+
Max: 45
302302

303303
# Offense count: 74
304304
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
305305
Metrics/MethodLength:
306-
Max: 128
306+
Max: 130
307307

308308
# Offense count: 1
309309
# Configuration parameters: CountComments, CountAsOne.
@@ -313,7 +313,7 @@ Metrics/ModuleLength:
313313
# Offense count: 12
314314
# Configuration parameters: AllowedMethods, AllowedPatterns.
315315
Metrics/PerceivedComplexity:
316-
Max: 44
316+
Max: 46
317317

318318
# Offense count: 1
319319
Naming/AccessorMethodName:

0 commit comments

Comments
 (0)