From 7e89cfa57802ccd6cef3df93083f15ed86677b76 Mon Sep 17 00:00:00 2001 From: Pierre de Lacroix Date: Wed, 3 Mar 2021 21:54:52 +0100 Subject: add ex_unit to the apps in PLT --- mix.exs | 1 + 1 file changed, 1 insertion(+) 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" ] -- cgit v1.2.3