Skip to content

Commit 416bcca

Browse files
committed
rubocop --auto-gen-config
1 parent 673e1f3 commit 416bcca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.rubocop_todo.yml

Lines changed: 4 additions & 4 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-18 15:36:12 UTC using RuboCop version 1.66.1.
3+
# on 2024-09-22 07:12:45 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,7 +9,7 @@
99
# Offense count: 5
1010
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
1111
Metrics/AbcSize:
12-
Max: 64
12+
Max: 67
1313

1414
# Offense count: 1
1515
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
@@ -32,10 +32,10 @@ Metrics/ClassLength:
3232
Metrics/CyclomaticComplexity:
3333
Max: 17
3434

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

4040
# Offense count: 3
4141
# Configuration parameters: AllowedMethods, AllowedPatterns.

0 commit comments

Comments
 (0)