mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-22 16:16:34 +00:00
Clear up missing function dialyzer errors for :eldap
This commit is contained in:
parent
115b2ad638
commit
138b3cb608
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
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(),
|
||||
|
|
Loading…
Reference in a new issue