]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
.rubocop_todo.yml: Increase Metrics/ClassLength from 279 -> 299
[rails.git] / .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.