]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Resolve some extra-long lines
[rails.git] / .rubocop_todo.yml
index 73b8cfa3f3fbecc56bc1d7da960c0cd86448ceaf..e983c51c64fed85fe13a3ed4c69bd605da32e884 100644 (file)
@@ -18,7 +18,7 @@ require:
 # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
 # URISchemes: http, https
 Layout/LineLength:
-  Max: 370
+  Max: 250
 
 # Offense count: 36
 # Configuration parameters: AllowSafeAssignment.