]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Test some missing cases in the way controller
[rails.git] / .rubocop_todo.yml
index a993d5fff1a3968fbece6a2df3218abded4f2204..3ff4f9e1d957af8a1fb5d2621fc66a50840aa465 100644 (file)
@@ -28,7 +28,7 @@ Lint/ParenthesesAsGroupedExpression:
 
 # Offense count: 542
 Metrics/AbcSize:
-  Max: 270
+  Max: 280
 
 # Offense count: 12
 Metrics/BlockNesting:
@@ -37,7 +37,7 @@ Metrics/BlockNesting:
 # Offense count: 60
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1552
+  Max: 1653
 
 # Offense count: 68
 Metrics/CyclomaticComplexity: