From: Andy Allan Date: Wed, 3 Oct 2018 12:00:38 +0000 (+0200) Subject: Bump max blocklength for additional routes X-Git-Tag: live~2865^2~1 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/f62f0547bb6d215cf0339c9855ddf8b3597b2006?ds=sidebyside Bump max blocklength for additional routes --- diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f012237b3..78ed84ac3 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -54,7 +54,7 @@ Metrics/AbcSize: # Offense count: 41 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: - Max: 261 + Max: 262 # Offense count: 11 # Configuration parameters: CountBlocks.