logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 8efae57d67f327265176d21553ef57987fc540e8
parent d802e65cd36f87cff54107a49bde8ddd4af27ceb
Author: Mark Felder <feld@feld.me>
Date:   Sun, 21 Jan 2024 14:32:18 -0500

Dialyzer: suppress Mix.Task errors

Callback info about the 'Elixir.Mix.Task' behaviour is not available.

Diffstat:

Mmix.exs1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/mix.exs b/mix.exs @@ -10,6 +10,7 @@ defmodule Pleroma.Mixfile do compilers: Mix.compilers(), elixirc_options: [warnings_as_errors: warnings_as_errors()], xref: [exclude: [:eldap]], + dialyzer: [plt_add_apps: [:mix]], start_permanent: Mix.env() == :prod, aliases: aliases(), deps: deps(),