Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info,
warnings_as_errors]}.
{deps, []}.
{plugins, [rebar3_lint,
rebar3_hex]}.
{profiles,
[{test,
[{erl_opts,
[nowarn_export_all]}]}
]}.
{ct_opts,
[{create_priv_dir, auto_per_tc}]}.