X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/10294f4849b5d97185c618687a710a2dfc19f148..c7a7d298133b9df8ca3f341bdee47e02cb54cc51:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ea957a8ca..c24fa1310 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -18,6 +18,7 @@ Lint/AssignmentInCondition: - 'app/controllers/user_preferences_controller.rb' - 'app/helpers/application_helper.rb' - 'app/helpers/browse_helper.rb' + - 'app/helpers/browse_tags_helper.rb' - 'app/models/client_application.rb' - 'app/mailers/notifier.rb' - 'lib/nominatim.rb' @@ -141,7 +142,7 @@ Rails/OutputSafety: Exclude: - 'app/controllers/users_controller.rb' - 'app/helpers/application_helper.rb' - - 'app/helpers/changeset_helper.rb' + - 'app/helpers/changesets_helper.rb' - 'app/helpers/geocoder_helper.rb' - 'app/helpers/note_helper.rb' - 'app/helpers/open_graph_helper.rb' @@ -177,7 +178,7 @@ Style/FrozenStringLiteralComment: # Cop supports --auto-correct. Style/IfUnlessModifier: Exclude: - - 'app/controllers/way_controller.rb' + - 'app/controllers/ways_controller.rb' # Offense count: 70 # Cop supports --auto-correct.