Current section

Files

Jump to
ecbor rebar.config
Raw

rebar.config

{erl_opts, [inline]}.
{deps, []}.
{xref_checks, [undefined_function_calls,
undefined_functions,
locals_not_used,
deprecated_function_calls,
deprecated_functions]}.
{profiles, [{test, [{deps, [{otpbp, "~> 4.5"}]}]}]}.