Current section

Files

Jump to
uef rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{minimum_otp_vsn, "19.0"}.
{dialyzer, [
{get_warnings, true},
{warnings, [
error_handling, race_conditions, underspecs, unmatched_returns, unknown
]}
]}.