]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Rename 'issue_type' to 'assigned_role', set defaults in the model and test.
[rails.git] / .rubocop_todo.yml
index b4104079cb75734dd1f5802d9a4401482fe7e598..d22f0f73ca82fd8a9e579a190ad6b64fb9b771a0 100644 (file)
@@ -72,7 +72,7 @@ Metrics/AbcSize:
 # Offense count: 41
 # Configuration parameters: CountComments, ExcludedMethods.
 Metrics/BlockLength:
-  Max: 240
+  Max: 250
 
 # Offense count: 12
 # Configuration parameters: CountBlocks.