Current section
Files
Jump to
Current section
Files
rebar.config
{require_min_otp_vsn, "22.3"}.
{erl_opts, [
debug_info,
warn_unused_vars,
warn_shadow_vars,
warn_unused_import
]
}.
{deps, [
tls_certificate_check,
gproc,
{jobs, "~> 0.10.0"}
]}.
{xref_checks, [
undefined_function_calls,
locals_not_used,
deprecated_function_calls
]}.
{xref_ignores, [
]}.