]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Reset locale after tests which change it finish
[rails.git] / .rubocop_todo.yml
index 57b992971d97ddd9de49e9fee72421d2d3802cdc..845289b14ed235a5bcba631e28267d81f8dff07b 100644 (file)
@@ -37,7 +37,7 @@ Metrics/BlockNesting:
 # Offense count: 60
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1515
+  Max: 1523
 
 # Offense count: 68
 Metrics/CyclomaticComplexity:
@@ -46,7 +46,7 @@ Metrics/CyclomaticComplexity:
 # Offense count: 2092
 # Configuration parameters: AllowURI, URISchemes.
 Metrics/LineLength:
-  Max: 520
+  Max: 694
 
 # Offense count: 520
 # Configuration parameters: CountComments.