]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Add iD walkthrough autostart parameter
[rails.git] / .rubocop_todo.yml
index 4232b05744539300896ac8075dcd160793335402..e89927c9d83dc00c472d55aad17c8843e1ed8489 100644 (file)
@@ -64,7 +64,7 @@ Metrics/BlockNesting:
 # Offense count: 62
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1660
+  Max: 1790
 
 # Offense count: 69
 Metrics/CyclomaticComplexity:
@@ -74,7 +74,7 @@ Metrics/CyclomaticComplexity:
 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives.
 # URISchemes: http, https
 Metrics/LineLength:
-  Max: 962
+  Max: 1072
 
 # Offense count: 612
 # Configuration parameters: CountComments.