Skip to content

Commit 4430478

Browse files
kaorukobojcouball
authored andcommitted
chore: update ClassLength max in .rubocop_todo.yml for CI passing
1 parent 8e6a11e commit 4430478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rubocop_todo.yml

Lines changed: 2 additions & 2 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-07-06 21:08:14 UTC using RuboCop version 1.77.0.
3+
# on 2025-08-17 04:52:22 UTC using RuboCop version 1.79.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
@@ -9,4 +9,4 @@
99
# Offense count: 2
1010
# Configuration parameters: CountComments, CountAsOne.
1111
Metrics/ClassLength:
12-
Max: 1032
12+
Max: 1039

0 commit comments

Comments
 (0)