]> 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 41bd7c80a205ccf8231ad3e4f739a29d8c014682..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.
@@ -82,7 +82,7 @@ Metrics/BlockNesting:
 # Offense count: 63
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1790
+  Max: 1796
 
 # Offense count: 71
 Metrics/CyclomaticComplexity: