]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
make docker image use nodejs v18
[rails.git] / .rubocop_todo.yml
index 8a196f52e0317b45cc56b4c4ca856e4d353efa97..6fe5b2e57a222f91f042f6ee05ded916b027ee11 100644 (file)
@@ -24,7 +24,7 @@ FactoryBot/ExcessiveCreateList:
 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
 # URISchemes: http, https
 Layout/LineLength:
-  Max: 248
+  Max: 266
 
 # Offense count: 29
 # This cop supports unsafe autocorrection (--autocorrect-all).
@@ -66,7 +66,7 @@ Metrics/BlockNesting:
 # Offense count: 26
 # Configuration parameters: CountComments, CountAsOne.
 Metrics/ClassLength:
-  Max: 299
+  Max: 314
 
 # Offense count: 59
 # Configuration parameters: AllowedMethods, AllowedPatterns.