]> git.openstreetmap.org Git - rails.git/commitdiff
.rubocop_todo.yml: Increase Metrics/ClassLength from 279 -> 299
authorGregory Igelmund <github.com@grekko.de>
Wed, 13 Dec 2023 18:02:49 +0000 (13:02 -0500)
committerGregory Igelmund <github.com@grekko.de>
Tue, 19 Dec 2023 17:57:47 +0000 (12:57 -0500)
.rubocop_todo.yml

index bd2f92309886c83b83e4dfdaecd5cc8153f23cc7..e6772b8a4fc6d764a35eca646cd41609e406abb1 100644 (file)
@@ -61,7 +61,7 @@ Metrics/BlockNesting:
 # Offense count: 26
 # Configuration parameters: CountComments, CountAsOne.
 Metrics/ClassLength:
-  Max: 297
+  Max: 299
 
 # Offense count: 59
 # Configuration parameters: AllowedMethods, AllowedPatterns.