]> git.openstreetmap.org Git - rails.git/commit
Fix rubocop warnings
authorTom Hughes <tom@compton.nu>
Tue, 19 Jan 2016 00:19:09 +0000 (00:19 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 19 Jan 2016 09:51:24 +0000 (09:51 +0000)
commit8fe18995964717ff6f88858291c6f464cc40397f
tree7ed5fe25a75d11c8fd57243b755f409a246c3b13
parent2ef6a960d13bbcbd8be6d7b73ed41a29ac67ed52
Fix rubocop warnings
58 files changed:
.rubocop.yml
app/controllers/amf_controller.rb
app/controllers/api_controller.rb
app/controllers/application_controller.rb
app/controllers/browse_controller.rb
app/controllers/changeset_controller.rb
app/controllers/geocoder_controller.rb
app/controllers/notes_controller.rb
app/controllers/oauth_controller.rb
app/controllers/trace_controller.rb
app/controllers/user_controller.rb
app/helpers/browse_helper.rb
app/helpers/geocoder_helper.rb
app/models/changeset.rb
app/models/client_application.rb
app/models/node.rb
app/models/note.rb
app/models/notifier.rb
app/models/old_node.rb
app/models/relation.rb
app/models/request_token.rb
app/models/trace.rb
app/models/user.rb
app/models/user_role.rb
app/models/way.rb
config/initializers/abstract_adapter.rb
config/initializers/omniauth.rb
config/initializers/streaming.rb
config/preinitializer.rb
db/migrate/008_remove_segments.rb
db/migrate/023_add_changesets.rb
db/migrate/041_add_fine_o_auth_permissions.rb
lib/auth.rb
lib/bounding_box.rb
lib/classic_pagination/pagination.rb
lib/classic_pagination/pagination_helper.rb
lib/diff_reader.rb
lib/editors.rb
lib/gpx.rb
lib/password_hash.rb
lib/potlatch.rb
lib/potlatch2.rb
lib/quova.rb
lib/redactable.rb
lib/session_persistence.rb
lib/short_link.rb
test/controllers/changeset_controller_test.rb
test/controllers/node_controller_test.rb
test/controllers/relation_controller_test.rb
test/controllers/way_controller_test.rb
test/integration/oauth_test.rb
test/integration/user_creation_test.rb
test/models/message_test.rb
test/models/note_comment_test.rb
test/models/request_token_test.rb [new file with mode: 0644]
test/models/trace_test.rb
test/models/user_preference_test.rb
test/models/way_test.rb