Skip to content
Snippets Groups Projects
Commit 40c58d33 authored by link0ff's avatar link0ff
Browse files

Ignore compilation warnings for undefined module :eldap

parent 0d14def0
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ defmodule Pleroma.Mixfile 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(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment