X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/847536c80dbd1f8a0b4e0c0f803e80407e00e4b1..1e03bd31032f80e3bd05253e160614b2b16b647b:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 6b080f113..cfff8c43e 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -84,21 +84,6 @@ Metrics/PerceivedComplexity: Minitest/MultipleAssertions: Max: 81 -# Offense count: 26 -# Cop supports --auto-correct. -Minitest/TestMethodName: - Exclude: - - 'test/abilities/api_capability_test.rb' - - 'test/controllers/api/nodes_controller_test.rb' - - 'test/controllers/api/old_nodes_controller_test.rb' - - 'test/controllers/api/relations_controller_test.rb' - - 'test/controllers/api/ways_controller_test.rb' - - 'test/helpers/browse_helper_test.rb' - - 'test/integration/client_applications_test.rb' - - 'test/integration/short_links_test.rb' - - 'test/integration/user_blocks_test.rb' - - 'test/integration/user_creation_test.rb' - # Offense count: 6 Naming/AccessorMethodName: Exclude: