X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6f60111c92d54d3076b54b3aa94e3ce06695c4be..898a3882c58ed4a1a7e01682052b2078cae7ffd8:/.rubocop_todo.yml?ds=sidebyside diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index db94a610b..6f25cfeb3 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -81,7 +81,7 @@ Metrics/ParameterLists: # Offense count: 56 # Configuration parameters: AllowedMethods, AllowedPatterns. Metrics/PerceivedComplexity: - Max: 27 + Max: 29 # Offense count: 2394 # This cop supports safe autocorrection (--autocorrect).