Credo fixes.
authorlain <lain@soykaf.club>
Wed, 6 May 2020 14:31:21 +0000 (16:31 +0200)
committerlain <lain@soykaf.club>
Wed, 6 May 2020 14:31:21 +0000 (16:31 +0200)
lib/pleroma/web/activity_pub/object_validators/chat_message_validator.ex
test/web/activity_pub/object_validator_test.exs
test/web/pleroma_api/controllers/chat_controller_test.exs
test/web/pleroma_api/views/chat_message_view_test.exs

index 99ffeba28b88d12b635562faa067c9b2d110aceb..e40c80ab45a80df8e0537ce2a03c5ab64e53ef43 100644 (file)
@@ -6,8 +6,8 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.ChatMessageValidator do
   use Ecto.Schema
 
   alias Pleroma.User
-  alias Pleroma.Web.ActivityPub.ObjectValidators.Types
   alias Pleroma.Web.ActivityPub.ObjectValidators.AttachmentValidator
+  alias Pleroma.Web.ActivityPub.ObjectValidators.Types
 
   import Ecto.Changeset
   import Pleroma.Web.ActivityPub.Transmogrifier, only: [fix_emoji: 1]
index 951ed780081704ce7c70a33be10d806ed78d29ab..fcc54c8a1652a1d9e55f2b5f609e560454f67aa2 100644 (file)
@@ -5,8 +5,8 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidatorTest do
   alias Pleroma.Web.ActivityPub.ActivityPub
   alias Pleroma.Web.ActivityPub.Builder
   alias Pleroma.Web.ActivityPub.ObjectValidator
-  alias Pleroma.Web.ActivityPub.ObjectValidators.LikeValidator
   alias Pleroma.Web.ActivityPub.ObjectValidators.AttachmentValidator
+  alias Pleroma.Web.ActivityPub.ObjectValidators.LikeValidator
   alias Pleroma.Web.ActivityPub.Utils
   alias Pleroma.Web.CommonAPI
 
index 72a9a91ff3d50a2f5c1ff93337bc71f5c3cde655..b4b73da90ec010d2f7955dc8ce5c0bb3d52d1e08 100644 (file)
@@ -5,8 +5,8 @@ defmodule Pleroma.Web.PleromaAPI.ChatControllerTest do
   use Pleroma.Web.ConnCase, async: true
 
   alias Pleroma.Chat
-  alias Pleroma.Web.CommonAPI
   alias Pleroma.Web.ActivityPub.ActivityPub
+  alias Pleroma.Web.CommonAPI
 
   import Pleroma.Factory
 
index a13a41daa361d77d429ec94fed583b49f8e93155..d7a2d10a5a32de6944d4c4aac8ef577246d3829c 100644 (file)
@@ -7,9 +7,9 @@ defmodule Pleroma.Web.PleromaAPI.ChatMessageViewTest do
 
   alias Pleroma.Chat
   alias Pleroma.Object
+  alias Pleroma.Web.ActivityPub.ActivityPub
   alias Pleroma.Web.CommonAPI
   alias Pleroma.Web.PleromaAPI.ChatMessageView
-  alias Pleroma.Web.ActivityPub.ActivityPub
 
   import Pleroma.Factory