Skip to content

Commit 9834a96

Browse files
committed
rubocop --auto-gen-config
1 parent 3ba02af commit 9834a96

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.rubocop_todo.yml

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

1414
# Offense count: 1
1515
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
@@ -22,22 +22,22 @@ Metrics/BlockLength:
2222
Metrics/BlockNesting:
2323
Max: 4
2424

25-
# Offense count: 3
25+
# Offense count: 2
2626
# Configuration parameters: CountComments, CountAsOne.
2727
Metrics/ClassLength:
2828
Max: 131
2929

30-
# Offense count: 4
30+
# Offense count: 5
3131
# Configuration parameters: AllowedMethods, AllowedPatterns.
3232
Metrics/CyclomaticComplexity:
3333
Max: 17
3434

35-
# Offense count: 10
35+
# Offense count: 12
3636
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
3737
Metrics/MethodLength:
38-
Max: 61
38+
Max: 67
3939

4040
# Offense count: 3
4141
# Configuration parameters: AllowedMethods, AllowedPatterns.
4242
Metrics/PerceivedComplexity:
43-
Max: 15
43+
Max: 17

0 commit comments

Comments
 (0)