Current section

Files

Jump to
ebitmap rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [cf]}.
{profiles, [
{shell, [{deps, [sync]}]},
{eqc, [{erl_opts, [{d, 'TEST'}]}, {plugins, [rebar3_eqc]}]},
{lint, [{plugins, [rebar3_lint]}]}
]}.