]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Merge remote-tracking branch 'upstream/pull/1576'
[rails.git] / .rubocop_todo.yml
index 83f60d4f8162bc95ce0eebd9a05578ddfbdef21a..da801d681ab11b8071dcf50a836d3b884cb36ccd 100644 (file)
@@ -67,7 +67,7 @@ Metrics/AbcSize:
 # Offense count: 41
 # Configuration parameters: CountComments, ExcludedMethods.
 Metrics/BlockLength:
-  Max: 245
+  Max: 257
 
 # Offense count: 12
 # Configuration parameters: CountBlocks.