]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Use deliver_later for all email sending
[rails.git] / .rubocop_todo.yml
index 00851ffcccbaea9a2383c41a94ec0f49d4f46977..22890e7c78c44d963bd9d22168e326a1943fa3ce 100644 (file)
@@ -32,13 +32,13 @@ Lint/HandleExceptions:
 
 # Offense count: 692
 Metrics/AbcSize:
-  Max: 280
+  Max: 283
 
 # Offense count: 40
 # Configuration parameters: CountComments, ExcludedMethods.
 # ExcludedMethods: refine
 Metrics/BlockLength:
-  Max: 259
+  Max: 262
 
 # Offense count: 11
 # Configuration parameters: CountBlocks.
@@ -48,7 +48,7 @@ Metrics/BlockNesting:
 # Offense count: 63
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1795
+  Max: 1801
 
 # Offense count: 72
 Metrics/CyclomaticComplexity: