Skip to content

Commit 3117086

Browse files
committed
Match Dialyzer defaults
1 parent e7d4047 commit 3117086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rebar.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
{dialyzer, [
3131
{erl_opts, [debug_info, nowarn_export_all]},
3232
%% Ignore deps known to generate warnings
33-
{dialyzer, [{exclude_apps, [cth_readable, erlware_commons, relx]}]}
33+
{dialyzer, [{warnings, [no_unknown]},
34+
{exclude_apps, [cth_readable, erlware_commons, relx]}]}
3435
]},
3536
%% Duplicated from apps/rebar3:
3637
%% - we don't want the test profile applied to our vendored deps.

0 commit comments

Comments
 (0)