More dialyzer updates
This commit is contained in:
parent
bbfef69d2e
commit
d6a431362d
3 changed files with 35 additions and 2 deletions
|
@ -2,6 +2,11 @@
|
|||
%% vim:ts=4 sw=4 et ft=erlang
|
||||
{cover_enabled, true}.
|
||||
|
||||
{dialyzer, [
|
||||
{exclude_apps, [qdate_localtime]},
|
||||
{warnings, []}
|
||||
]}.
|
||||
|
||||
{deps,
|
||||
[
|
||||
erlware_commons,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue