summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2021-03-03 21:54:52 +0100
committerPierre de Lacroix <pierre@pdelacroix.com>2021-03-03 21:54:52 +0100
commit7e89cfa57802ccd6cef3df93083f15ed86677b76 (patch)
tree6fcadbb68cf302d1669e1ae8e35601fedbff3947
parentfix TransactionControllerTest (diff)
add ex_unit to the apps in PLT
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 7aba43a..ec23085 100644
--- a/mix.exs
+++ b/mix.exs
@@ -21,6 +21,7 @@ defmodule MatrixAppService.MixProject do
# elixirc_options: [warnings_as_errors: true],
dialyzer: [
+ plt_add_apps: [:ex_unit],
plt_file: {:no_warn, "priv/plts/dialyzer.plt"},
ignore_warnings: ".dialyzer_ignore.exs"
]