Skip to content

Commit eac9edd

Browse files
committed
rubocop --auto-gen-config
1 parent d807142 commit eac9edd

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.rubocop_todo.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2024-09-30 08:46:06 UTC using RuboCop version 1.66.1.
3+
# on 2024-10-03 13:07:51 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
@@ -9,25 +9,30 @@
99
# Offense count: 8
1010
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
1111
Metrics/AbcSize:
12-
Max: 79
12+
Max: 81
1313

1414
# Offense count: 2
1515
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
1616
# AllowedMethods: refine
1717
Metrics/BlockLength:
1818
Max: 48
1919

20-
# Offense count: 7
20+
# Offense count: 1
21+
# Configuration parameters: CountComments, CountAsOne.
22+
Metrics/ClassLength:
23+
Max: 102
24+
25+
# Offense count: 5
2126
# Configuration parameters: AllowedMethods, AllowedPatterns.
2227
Metrics/CyclomaticComplexity:
23-
Max: 15
28+
Max: 16
2429

25-
# Offense count: 15
30+
# Offense count: 14
2631
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
2732
Metrics/MethodLength:
28-
Max: 75
33+
Max: 77
2934

3035
# Offense count: 3
3136
# Configuration parameters: AllowedMethods, AllowedPatterns.
3237
Metrics/PerceivedComplexity:
33-
Max: 16
38+
Max: 17

0 commit comments

Comments
 (0)