]> git.openstreetmap.org Git - rails.git/commit
Fix new rubocop warnings
authorTom Hughes <tom@compton.nu>
Tue, 15 Mar 2022 18:24:32 +0000 (18:24 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 15 Mar 2022 19:24:09 +0000 (19:24 +0000)
commit03cad948e30d8f82d0c1c5e249cd6c92bb44dd3d
tree4246b3c51089f82f38a816d43f399e3486cfd356
parent04c697b468057d1a3604694e7ead9d2c6efd1dfa
Fix new rubocop warnings
31 files changed:
test/controllers/issues_controller_test.rb
test/helpers/application_helper_test.rb
test/integration/oauth_test.rb
test/lib/bounding_box_test.rb
test/lib/rich_text_test.rb
test/models/acl_test.rb
test/models/changeset_comment_test.rb
test/models/changeset_tag_test.rb
test/models/client_application_test.rb
test/models/issue_test.rb
test/models/message_test.rb
test/models/node_tag_test.rb
test/models/note_comment_test.rb
test/models/note_test.rb
test/models/oauth_token_test.rb
test/models/old_node_tag_test.rb
test/models/old_relation_tag_test.rb
test/models/old_way_tag_test.rb
test/models/redaction_test.rb
test/models/relation_tag_test.rb
test/models/report_test.rb
test/models/request_token_test.rb
test/models/trace_test.rb
test/models/tracepoint_test.rb
test/models/user_preference_test.rb
test/models/user_test.rb
test/models/way_tag_test.rb
test/models/way_test.rb
test/system/report_diary_entry_test.rb
test/validators/characters_validator_test.rb
test/validators/whitespace_validator_test.rb