X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d4d1527a92f23f973b405cea42bef8009ce9f4c4..9f263dd9c324ae9774e333da48361e8d0e9129ec:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 845289b14..3ff4f9e1d 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -28,7 +28,7 @@ Lint/ParenthesesAsGroupedExpression: # Offense count: 542 Metrics/AbcSize: - Max: 194 + Max: 280 # Offense count: 12 Metrics/BlockNesting: @@ -37,7 +37,7 @@ Metrics/BlockNesting: # Offense count: 60 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 1523 + Max: 1653 # Offense count: 68 Metrics/CyclomaticComplexity: