]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Use a user factory in order to log in.
[rails.git] / .rubocop_todo.yml
index a7b456aec43f5031f88cfa8d28b508aaaeeb61f9..72913d43e9d6532dbe25e8cf3f44fcd51061a5a5 100644 (file)
@@ -50,7 +50,7 @@ Lint/ShadowingOuterLocalVariable:
 
 # Offense count: 630
 Metrics/AbcSize:
-  Max: 271
+  Max: 280
 
 # Offense count: 35
 # Configuration parameters: CountComments.
@@ -64,7 +64,7 @@ Metrics/BlockNesting:
 # Offense count: 62
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1660
+  Max: 1766
 
 # 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.