fix warnings
authorMaksim Pechnikov <parallel588@gmail.com>
Tue, 11 Dec 2018 12:31:52 +0000 (15:31 +0300)
committerMaksim Pechnikov <parallel588@gmail.com>
Wed, 12 Dec 2018 06:09:19 +0000 (09:09 +0300)
commit89b3729afa130a62a47ed6372350ebfc5acb4064
tree89fba8fe2ed33bb25ef554f67e4659e255f81709
parent2999a08e3590c43c623730b0cbf6b93045ac08c1
fix warnings
32 files changed:
lib/pleroma/user.ex
lib/pleroma/web/common_api/utils.ex
lib/pleroma/web/salmon/salmon.ex
lib/pleroma/web/web_finger/web_finger.ex
lib/pleroma/web/xml/xml.ex
test/filter_test.exs
test/list_test.exs
test/notification_test.exs
test/plugs/user_is_admin_plug_test.exs
test/support/conn_case.ex
test/support/data_case.ex
test/support/helpers.ex [new file with mode: 0644]
test/user_test.exs
test/web/activity_pub/activity_pub_controller_test.exs
test/web/activity_pub/activity_pub_test.exs
test/web/activity_pub/transmogrifier_test.exs
test/web/admin_api/admin_api_controller_test.exs
test/web/http_sigs/http_sig_test.exs
test/web/mastodon_api/list_view_test.exs
test/web/mastodon_api/mastodon_api_controller_test.exs
test/web/mastodon_api/mastodon_socket_test.exs
test/web/oauth/authorization_test.exs
test/web/oauth/token_test.exs
test/web/ostatus/ostatus_controller_test.exs
test/web/ostatus/ostatus_test.exs
test/web/retry_queue_test.exs
test/web/salmon/salmon_test.exs
test/web/twitter_api/representers/activity_representer_test.exs
test/web/twitter_api/twitter_api_controller_test.exs
test/web/twitter_api/twitter_api_test.exs
test/web/twitter_api/views/notification_view_test.exs
test/web/twitter_api/views/user_view_test.exs