Skip to content

Commit 522696f

Browse files
committed
Regenerate rubocop config
1 parent c80d06a commit 522696f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.rubocop_todo.yml

Lines changed: 3 additions & 3 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 2025-01-10 14:26:27 UTC using RuboCop version 1.69.2.
3+
# on 2025-01-15 12:21:42 UTC using RuboCop version 1.69.2.
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
@@ -10,12 +10,12 @@
1010
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
1111
# AllowedMethods: refine
1212
Metrics/BlockLength:
13-
Max: 702
13+
Max: 693
1414

1515
# Offense count: 4
1616
# Configuration parameters: CountComments, CountAsOne.
1717
Metrics/ClassLength:
18-
Max: 480
18+
Max: 492
1919

2020
# Offense count: 1
2121
# Configuration parameters: Max, CountKeywordArgs.

0 commit comments

Comments
 (0)