]> git.openstreetmap.org Git - rails.git/commit
Fix some rubocop todos
authorTom Hughes <tom@compton.nu>
Sun, 2 Aug 2020 18:38:58 +0000 (19:38 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 2 Aug 2020 18:38:58 +0000 (19:38 +0100)
commit2d3972249c18fc5cd193a8b2f2efe9b46badb217
tree2e156e75c9a44b625734b193be0e1de4d6f09251
parentf881a8c83c54da98e5c3058a48a1cde952b1be8a
Fix some rubocop todos
17 files changed:
.rubocop.yml
.rubocop_todo.yml
app/controllers/application_controller.rb
app/helpers/application_helper.rb
app/helpers/trace_helper.rb
app/models/concerns/geo_record.rb
app/views/api/map/_bounds.xml.builder
lib/bounding_box.rb
test/controllers/api/map_controller_test.rb
test/controllers/api/relations_controller_test.rb
test/controllers/api/ways_controller_test.rb
test/integration/compressed_requests_test.rb
test/integration/user_blocks_test.rb
test/integration/user_terms_seen_test.rb
test/lib/bounding_box_test.rb
test/models/message_test.rb
test/test_helper.rb