X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5bb21188e46eaf2496d041220409416562a43a00..7a91da329dca7b7338384a4d738ae56d16812ab7:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 76a4cada2..26b5aa64b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -40,7 +40,7 @@ Metrics/AbcSize: # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: - Max: 263 + Max: 71 # Offense count: 15 # Configuration parameters: CountBlocks.