Skip to content

Commit 7cae13d

Browse files
ilya-klyuchnikovmichalmuskala
authored andcommitted
stronger dialyzer checks
1 parent 38f7161 commit 7cae13d

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
@@ -21,7 +21,8 @@
2121
]}.
2222

2323
{dialyzer, [
24-
{exclude_mods, [rebar3_fmt_prv]}
24+
{exclude_mods, [rebar3_fmt_prv]},
25+
{warnings, [unknown]}
2526
]}.
2627

2728
{profiles, [

0 commit comments

Comments
 (0)