CI: Bump lint stage to elixir-1.12
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Wed, 6 Oct 2021 06:08:21 +0000 (08:08 +0200)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Wed, 6 Oct 2021 06:11:05 +0000 (08:11 +0200)
commita17910a6c6dca88d98218bf9782b05b70b69446f
tree412d2f7acd3789b72d388cbfefca6a96041c139b
parentbdaa7e53940daa43b83e3baab836b701482e6d8f
CI: Bump lint stage to elixir-1.12

Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format`
39 files changed:
.gitlab-ci.yml
lib/mix/tasks/pleroma/config.ex
lib/mix/tasks/pleroma/user.ex
lib/pleroma/bbs/handler.ex
lib/pleroma/config/oban.ex
lib/pleroma/config/transfer_task.ex
lib/pleroma/emoji/loader.ex
lib/pleroma/gun/conn.ex
lib/pleroma/moderation_log.ex
lib/pleroma/telemetry/logger.ex
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/activity_pub/mrf.ex
lib/pleroma/web/activity_pub/mrf/steal_emoji_policy.ex
lib/pleroma/web/activity_pub/mrf/subchain_policy.ex
lib/pleroma/web/common_api.ex
lib/pleroma/web/mastodon_api/websocket_handler.ex
priv/repo/migrations/20171212164525_fill_recipients_in_activities.exs
priv/repo/migrations/20200428221338_insert_skeletons_for_deleted_users.exs
test/pleroma/emails/admin_email_test.exs
test/pleroma/formatter_test.exs
test/pleroma/moderation_log_test.exs
test/pleroma/user_test.exs
test/pleroma/web/admin_api/controllers/admin_api_controller_test.exs
test/pleroma/web/admin_api/controllers/report_controller_test.exs
test/pleroma/web/common_api/utils_test.exs
test/pleroma/web/common_api_test.exs
test/pleroma/web/mastodon_api/controllers/account_controller_test.exs
test/pleroma/web/mastodon_api/controllers/notification_controller_test.exs
test/pleroma/web/mastodon_api/controllers/search_controller_test.exs
test/pleroma/web/mastodon_api/update_credentials_test.exs
test/pleroma/web/media_proxy/media_proxy_controller_test.exs
test/pleroma/web/pleroma_api/controllers/account_controller_test.exs
test/pleroma/web/rich_media/parser/ttl/aws_signed_url_test.exs
test/pleroma/web/twitter_api/twitter_api_test.exs
test/pleroma/web/twitter_api/util_controller_test.exs
test/pleroma/web/web_finger/web_finger_controller_test.exs
test/support/api_spec_helpers.ex
test/support/conn_case.ex
test/support/http_request_mock.ex