logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 138b3cb608f7b87ec1c51d524db4e98a4c6d4bcf
parent 115b2ad63875b1dc92d194e7e17b6ccde3b3d395
Author: Mark Felder <feld@feld.me>
Date:   Mon, 22 Jan 2024 18:32:22 -0500

Clear up missing function dialyzer errors for :eldap

Diffstat:

Mmix.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mix.exs b/mix.exs @@ -10,7 +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]], + dialyzer: [plt_add_apps: [:mix, :eldap]], start_permanent: Mix.env() == :prod, aliases: aliases(), deps: deps(),