]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Remove inline styling
[rails.git] / .rubocop_todo.yml
index 025169122e1a1052e9be74c45eea41776d4a1051..3ff4f9e1d957af8a1fb5d2621fc66a50840aa465 100644 (file)
@@ -28,7 +28,7 @@ Lint/ParenthesesAsGroupedExpression:
 
 # Offense count: 542
 Metrics/AbcSize:
-  Max: 194
+  Max: 280
 
 # Offense count: 12
 Metrics/BlockNesting:
@@ -37,7 +37,7 @@ Metrics/BlockNesting:
 # Offense count: 60
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1543
+  Max: 1653
 
 # Offense count: 68
 Metrics/CyclomaticComplexity: