X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ba9a00b10cc8a075a5a4090a1601e3d3b72b2ec1..5e2c567b7f469f0c8814082f0731806c047884d9:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 362cfcb32..da801d681 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -67,7 +67,7 @@ Metrics/AbcSize: # Offense count: 41 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: - Max: 247 + Max: 257 # Offense count: 12 # Configuration parameters: CountBlocks.