]> cat aescling's git repositories - mastodon.git/commit
Improve code style
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 29 Sep 2016 19:28:21 +0000 (21:28 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 29 Sep 2016 19:28:21 +0000 (21:28 +0200)
commit927333f4f89403c5a6a2b421065112e517d88193
tree1767e142ee9263b5b6968b5b43228ee0889232c5
parente4aebad35afae12f4b7503fb6c3783fcd3809761
Improve code style
41 files changed:
.rubocop.yml [new file with mode: 0644]
app/channels/application_cable/channel.rb
app/channels/application_cable/connection.rb
app/channels/timeline_channel.rb
app/controllers/accounts_controller.rb
app/controllers/api/salmon_controller.rb
app/controllers/api/subscriptions_controller.rb
app/controllers/api/v1/accounts_controller.rb
app/controllers/api/v1/follows_controller.rb
app/controllers/api/v1/statuses_controller.rb
app/controllers/application_controller.rb
app/controllers/auth/registrations_controller.rb
app/controllers/home_controller.rb
app/controllers/settings_controller.rb
app/controllers/stream_entries_controller.rb
app/controllers/xrd_controller.rb
app/helpers/atom_builder_helper.rb
app/helpers/stream_entries_helper.rb
app/lib/formatter.rb
app/models/account.rb
app/models/concerns/streamable.rb
app/models/favourite.rb
app/models/feed.rb
app/models/follow.rb
app/models/media_attachment.rb
app/models/status.rb
app/models/stream_entry.rb
app/models/user.rb
app/services/fetch_atom_service.rb
app/services/fetch_remote_account_service.rb
app/services/fetch_remote_status_service.rb
app/services/follow_remote_account_service.rb
app/services/follow_service.rb
app/services/post_status_service.rb
app/services/process_feed_service.rb
app/services/process_interaction_service.rb
app/services/process_mentions_service.rb
app/services/remove_status_service.rb
app/workers/distribution_worker.rb
app/workers/notification_worker.rb
app/workers/thread_resolve_worker.rb