X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/21d60e359a6e972731e0385c51dd86536b7ea777..51c5be98f7c10e077d22488434365a626da5a893:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a993d5fff..3ff4f9e1d 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -28,7 +28,7 @@ Lint/ParenthesesAsGroupedExpression: # Offense count: 542 Metrics/AbcSize: - Max: 270 + Max: 280 # Offense count: 12 Metrics/BlockNesting: @@ -37,7 +37,7 @@ Metrics/BlockNesting: # Offense count: 60 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 1552 + Max: 1653 # Offense count: 68 Metrics/CyclomaticComplexity: