Skip to content

Commit 3bfbb56

Browse files
committed
rubocop --auto-gen-config
1 parent 00590d4 commit 3bfbb56

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-10-03 14:22:30 UTC using RuboCop version 1.66.1.
3+
# on 2024-10-03 14:49:42 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: 8
1010
# Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
1111
Metrics/AbcSize:
12-
Max: 50
12+
Max: 46
1313

1414
# Offense count: 5
1515
# Configuration parameters: AllowedMethods, AllowedPatterns.
@@ -19,9 +19,9 @@ Metrics/CyclomaticComplexity:
1919
# Offense count: 17
2020
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
2121
Metrics/MethodLength:
22-
Max: 55
22+
Max: 45
2323

2424
# Offense count: 3
2525
# Configuration parameters: AllowedMethods, AllowedPatterns.
2626
Metrics/PerceivedComplexity:
27-
Max: 14
27+
Max: 11

0 commit comments

Comments
 (0)