X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4347d9d3b00a8fffe78daa93eac5b490905f9ac8..84d90fabe44a7aff9a111162cbd1e1d463ac1f9c:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2a960db7a..890fcc83c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -58,7 +58,7 @@ Metrics/BlockNesting: # Offense count: 25 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 643 + Max: 644 # Offense count: 68 # Configuration parameters: IgnoredMethods. @@ -172,21 +172,3 @@ Style/FrozenStringLiteralComment: # Configuration parameters: Strict. Style/NumericLiterals: MinDigits: 11 - -# Offense count: 19 -# Cop supports --auto-correct. -Style/StringConcatenation: - Exclude: - - 'app/helpers/browse_tags_helper.rb' - - 'app/helpers/user_roles_helper.rb' - - 'app/jobs/trace_importer_job.rb' - - 'app/models/client_application.rb' - - 'app/views/changesets/index.atom.builder' - - 'lib/migrate.rb' - - 'lib/potlatch.rb' - - 'script/cleanup' - - 'script/deliver-message' - - 'script/statistics' - - 'script/update-spam-blocks' - - 'test/controllers/api/relations_controller_test.rb' - - 'test/helpers/user_roles_helper_test.rb'