More dialyzer updates

This commit is contained in:
Jesse Gumm 2021-06-30 18:03:55 -05:00
parent bbfef69d2e
commit d6a431362d
3 changed files with 35 additions and 2 deletions

View file

@ -2,6 +2,11 @@
%% vim:ts=4 sw=4 et ft=erlang
{cover_enabled, true}.
{dialyzer, [
{exclude_apps, [qdate_localtime]},
{warnings, []}
]}.
{deps,
[
erlware_commons,