From c17790f847798900c5e55fe2ad342985e8b3dc86 Mon Sep 17 00:00:00 2001 From: Thomas Arts Date: Thu, 24 Oct 2019 09:00:56 +0100 Subject: [PATCH] Better dialyzer checks --- rebar.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rebar.config b/rebar.config index 0fc9763f..3167205e 100644 --- a/rebar.config +++ b/rebar.config @@ -26,6 +26,8 @@ {provider_hooks, [{pre, [{compile, {protobuf, compile}}]}]}. +{dialyzer, [{plt_apps, all_deps}]}. + {profiles, [{test, [{deps, [meck]}]}] }.