]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Fix VAGRANT.md for rails 4.2.x
[rails.git] / .rubocop_todo.yml
index a993d5fff1a3968fbece6a2df3218abded4f2204..ea074d52aa177b1159348fdedbede5c9b8ae1804 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: 1628
 
 # Offense count: 68
 Metrics/CyclomaticComplexity: