]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Remove cascading deletes, add another foreign key, and switch index around.
[rails.git] / .rubocop_todo.yml
index 2c8d29eb887fac048d55a61cfcdb3d34e5138fa3..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.