Current section

Files

Jump to
erlang_decimal rebar.config
Raw

rebar.config

{xref_checks, [undefined_function_calls]}.
{plugins, [rebar3_proper]}.
{profiles,
[{test, [
{deps, [proper]}
]}
]}.