]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Localisation updates from https://translatewiki.net.
[rails.git] / .rubocop_todo.yml
index 95ddea8f893b186fa297cfddcc3a176a0aed2f71..5b6145de38155e394684f4ea44da11ad7b957123 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: 1652
+  Max: 1665
 
 # 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.