X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5912a8011b05f36077f0147cdf7403a8e7626216..01b84a810703041bc4a5011068214c92de0a5bec:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 219135dff..cac193504 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -52,7 +52,7 @@ Lint/DuplicateBranch: # Offense count: 487 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: - Max: 234 + Max: 235 # Offense count: 62 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.