X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0dffed7a05de48da72c8a9d412ade7bae1032242..506731031dc919c4342aecb4254cc177eac9ade5:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a5a160a02..307a23f4b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -9,6 +9,7 @@ # Work around erblint issues. # https://github.com/openstreetmap/openstreetmap-website/issues/2472 require: + - rubocop-minitest - rubocop-performance - rubocop-rails @@ -89,40 +90,6 @@ Metrics/ParameterLists: Metrics/PerceivedComplexity: Max: 25 -# Offense count: 2 -# Cop supports --auto-correct. -Minitest/AssertEmpty: - Exclude: - - 'test/controllers/api/amf_controller_test.rb' - -# Offense count: 6 -# Cop supports --auto-correct. -Minitest/AssertEqual: - Exclude: - - 'test/controllers/api/amf_controller_test.rb' - -# Offense count: 27 -# Cop supports --auto-correct. -Minitest/AssertIncludes: - Exclude: - - 'test/controllers/api/amf_controller_test.rb' - - 'test/controllers/api/nodes_controller_test.rb' - - 'test/helpers/browse_helper_test.rb' - - 'test/lib/i18n_test.rb' - - 'test/models/node_test.rb' - - 'test/models/old_node_test.rb' - - 'test/models/user_test.rb' - -# Offense count: 104 -# Cop supports --auto-correct. -Minitest/AssertTruthy: - Enabled: false - -# Offense count: 110 -# Cop supports --auto-correct. -Minitest/RefuteFalse: - Enabled: false - # Offense count: 6 Naming/AccessorMethodName: Exclude: