{erl_opts, [debug_info]}.
{deps, []}.
{cover_enabled, true}.
{dialyzer, [{warnings, [unmatched_returns,
                        error_handling,
                        race_conditions, overspecs
                       ]},
            {get_warnings, true}]}.
