Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{minimum_otp_vsn, "19.0"}.
{dialyzer, [
{get_warnings, false}, % DON'T set it to 'true'! This leads to a high load while building PLT
{warnings, [
error_handling, race_conditions, underspecs, unmatched_returns, unknown
]}
]}.
{xref_warnings,true}.
{xref_checks, [
undefined_function_calls, undefined_functions, locals_not_used,
deprecated_function_calls, deprecated_functions
]}.
{cover_enabled, true}.
{cover_opts, [verbose]}.