Current section

Files

Jump to
jsxrecord rebar.config
Raw

rebar.config

{require_min_otp_vsn, "19"}.
{deps, [
{jsx, "3.0.0"}
]}.
{erl_opts, [
debug_info,
warn_unused_vars,
warn_shadow_vars,
warn_unused_import
]}.
{profiles, [
{test, [
{xref_checks, [
undefined_function_calls,
locals_not_used,
deprecated_function_calls
]},
{xref_ignores, [
]},
{dialyzer, [
{warnings, [
no_return
]}
]}
]}
]}.