]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Remove SystemTimer and use stdlib Timeout directly
[rails.git] / .rubocop_todo.yml
index c1060cbe2338b3c6c95a2344417a527e0c67c465..890fcc83cb5bcc9a4298a71931ad375c2df3ae43 100644 (file)
@@ -58,7 +58,7 @@ Metrics/BlockNesting:
 # Offense count: 25
 # Configuration parameters: CountComments, CountAsOne.
 Metrics/ClassLength:
-  Max: 643
+  Max: 644
 
 # Offense count: 68
 # Configuration parameters: IgnoredMethods.