forked from AkkomaGang/akkoma
Ignore compilation warnings for undefined module :eldap
This commit is contained in:
parent
0d14def0ca
commit
40c58d3383
1 changed files with 1 additions and 0 deletions
1
mix.exs
1
mix.exs
|
@ -9,6 +9,7 @@ def project do
|
|||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
|
||||
elixirc_options: [warnings_as_errors: true],
|
||||
xref: [exclude: [:eldap]],
|
||||
start_permanent: Mix.env() == :prod,
|
||||
aliases: aliases(),
|
||||
deps: deps(),
|
||||
|
|
Loading…
Reference in a new issue