Credo
authorMark Felder <feld@FreeBSD.org>
Tue, 17 Nov 2020 20:33:30 +0000 (20:33 +0000)
committerMark Felder <feld@FreeBSD.org>
Tue, 17 Nov 2020 20:33:30 +0000 (20:33 +0000)
lib/pleroma/web/push/subscription.ex

index 95425b986c2ed1cef4c5bf74b4586d1d1dcc86f6..749a573ba0d2dc86a661bd96a5ef620142aa7c29 100644 (file)
@@ -25,6 +25,7 @@ defmodule Pleroma.Web.Push.Subscription do
     timestamps()
   end
 
+  # credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
   @supported_alert_types ~w[follow favourite mention reblog pleroma:chat_mention pleroma:emoji_reaction]a
 
   defp alerts(%{data: %{alerts: alerts}}) do