Skip to content

Commit 4dcd425

Browse files
committed
rubocop --auto-gen-config
1 parent 1eb26fe commit 4dcd425

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

.rubocop_todo.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,43 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2024-09-15 15:09:33 UTC using RuboCop version 1.66.1.
3+
# on 2024-09-17 16:12:35 UTC using RuboCop version 1.66.1.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
77
# versions of RuboCop, may require this file to be generated again.
88

9-
# Offense count: 4
9+
# Offense count: 5
1010
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
1111
Metrics/AbcSize:
1212
Max: 64
1313

14-
# Offense count: 2
14+
# Offense count: 1
1515
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
1616
# AllowedMethods: refine
1717
Metrics/BlockLength:
18-
Max: 40
18+
Max: 41
19+
20+
# Offense count: 1
21+
# Configuration parameters: CountBlocks, CountModifierForms.
22+
Metrics/BlockNesting:
23+
Max: 4
1924

20-
# Offense count: 2
25+
# Offense count: 3
2126
# Configuration parameters: CountComments, CountAsOne.
2227
Metrics/ClassLength:
23-
Max: 169
28+
Max: 175
2429

2530
# Offense count: 4
2631
# Configuration parameters: AllowedMethods, AllowedPatterns.
2732
Metrics/CyclomaticComplexity:
28-
Max: 13
33+
Max: 17
2934

3035
# Offense count: 9
3136
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
3237
Metrics/MethodLength:
3338
Max: 58
3439

35-
# Offense count: 4
40+
# Offense count: 3
3641
# Configuration parameters: AllowedMethods, AllowedPatterns.
3742
Metrics/PerceivedComplexity:
3843
Max: 15

0 commit comments

Comments
 (0)