]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Make report type a required field
[rails.git] / .rubocop_todo.yml
index 2f6ea0087252f4da718d6035100c28cc8d7c0ed9..da801d681ab11b8071dcf50a836d3b884cb36ccd 100644 (file)
@@ -67,7 +67,7 @@ Metrics/AbcSize:
 # Offense count: 41
 # Configuration parameters: CountComments, ExcludedMethods.
 Metrics/BlockLength:
-  Max: 241
+  Max: 257
 
 # Offense count: 12
 # Configuration parameters: CountBlocks.