]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Merge pull request #4536 from tomhughes/trace-size-limit
[rails.git] / .rubocop_todo.yml
index 9874aa3793a18cb1e65b2e9f7374ce6eabeeaeee..6c917e218c69764ccf47423ef0ab6deeff7ec638 100644 (file)
@@ -66,7 +66,7 @@ Metrics/BlockNesting:
 # Offense count: 26
 # Configuration parameters: CountComments, CountAsOne.
 Metrics/ClassLength:
-  Max: 305
+  Max: 313
 
 # Offense count: 59
 # Configuration parameters: AllowedMethods, AllowedPatterns.