X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/95b16e594b8342f71afe4b2bd6424f62a3808e07..945c9a635ab815753550006cfe5c1f8c4999a68d:/.rubocop_todo.yml?ds=sidebyside diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index db94a610b..deaea8e2d 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -61,12 +61,12 @@ Metrics/BlockNesting: # Offense count: 26 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 285 + Max: 299 # Offense count: 59 # Configuration parameters: AllowedMethods, AllowedPatterns. Metrics/CyclomaticComplexity: - Max: 26 + Max: 29 # Offense count: 753 # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. @@ -81,7 +81,7 @@ Metrics/ParameterLists: # Offense count: 56 # Configuration parameters: AllowedMethods, AllowedPatterns. Metrics/PerceivedComplexity: - Max: 27 + Max: 30 # Offense count: 2394 # This cop supports safe autocorrection (--autocorrect).