Skip to content

Commit a0b123b

Browse files
author
André Mommert
committed
Rubocop
1 parent 446f48d commit a0b123b

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,21 +1,21 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2024-02-16 18:01:53 UTC using RuboCop version 1.50.2.
3+
# on 2024-06-01 14:30:58 UTC using RuboCop version 1.63.5.
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: 63
9+
# Offense count: 60
1010
# Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
1111
# AllowedMethods: refine
1212
Metrics/BlockLength:
13-
Max: 581
13+
Max: 605
1414

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

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

0 commit comments

Comments
 (0)