]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Use user factory for application_helper tests.
[rails.git] / .rubocop_todo.yml
index 4232b05744539300896ac8075dcd160793335402..68a7566d9e35828e6908d85296408010bfe27d50 100644 (file)
@@ -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.