Skip to content

Commit da1ffee

Browse files
committed
rubocop --auto-gen-config
1 parent e445181 commit da1ffee

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

.rubocop_todo.yml

Lines changed: 7 additions & 12 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-10-03 13:07:51 UTC using RuboCop version 1.66.1.
3+
# on 2024-10-03 14:22:30 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,30 +9,25 @@
99
# Offense count: 8
1010
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
1111
Metrics/AbcSize:
12-
Max: 81
12+
Max: 50
1313

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

20-
# Offense count: 1
21-
# Configuration parameters: CountComments, CountAsOne.
22-
Metrics/ClassLength:
23-
Max: 102
24-
2520
# Offense count: 5
2621
# Configuration parameters: AllowedMethods, AllowedPatterns.
2722
Metrics/CyclomaticComplexity:
28-
Max: 16
23+
Max: 13
2924

30-
# Offense count: 14
25+
# Offense count: 17
3126
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
3227
Metrics/MethodLength:
33-
Max: 77
28+
Max: 55
3429

3530
# Offense count: 3
3631
# Configuration parameters: AllowedMethods, AllowedPatterns.
3732
Metrics/PerceivedComplexity:
38-
Max: 17
33+
Max: 14

0 commit comments

Comments
 (0)