X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/05117aa92835a65118754da4c0aa6f36096634ae..876d150e577d27921e83fd54991ce5602e3f1430:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index e6ecfdb4a..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' @@ -48,7 +49,7 @@ Metrics/BlockNesting: # Offense count: 63 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 1801 + Max: 1627 # Offense count: 72 Metrics/CyclomaticComplexity: @@ -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'