X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cf107bca70823435897d3ecaed8537f210458ad7..1d2a3841ab525308717ce783d0d421cb9aa741de:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index e3154ac45..653d7e157 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,14 +6,6 @@ # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 34 -Lint/AmbiguousOperator: - Exclude: - - 'test/controllers/amf_controller_test.rb' - - 'test/controllers/changeset_controller_test.rb' - - 'test/lib/bounding_box_test.rb' - - 'test/lib/country_test.rb' - # Offense count: 32 # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: