]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Add some extra indexes on issues
[rails.git] / .rubocop_todo.yml
index 3ebd4d35f686bb0f4252f2689524b342ea3406ba..5846de44f47d987a1bf16d6f67a19dd7227617e2 100644 (file)
@@ -67,7 +67,7 @@ Metrics/AbcSize:
 # Offense count: 41
 # Configuration parameters: CountComments, ExcludedMethods.
 Metrics/BlockLength:
-  Max: 240
+  Max: 250
 
 # Offense count: 12
 # Configuration parameters: CountBlocks.
@@ -77,7 +77,7 @@ Metrics/BlockNesting:
 # Offense count: 63
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1796
+  Max: 1797
 
 # Offense count: 71
 Metrics/CyclomaticComplexity: