X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7354c8eb1388fb0ebd8930b77aa457d2eb1649bb..f4e848d9ea2ea476ab5cdba5ad407cad39a59a01:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index b2cc901b0..d63584223 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -40,7 +40,7 @@ Metrics/AbcSize: # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: - Max: 262 + Max: 263 # Offense count: 11 # Configuration parameters: CountBlocks. @@ -73,7 +73,7 @@ Metrics/ParameterLists: # Offense count: 72 Metrics/PerceivedComplexity: - Max: 23 + Max: 25 # Offense count: 6 Naming/AccessorMethodName: