{erl_opts, [debug_info,
            warnings_as_errors]}.
{deps, []}.

{plugins, [rebar3_lint,
           rebar3_hex,
           covertool]}.

{profiles,
 [{test,
   [{erl_opts,
     [nowarn_export_all]}]}
 ]}.

{ct_opts,
 [{create_priv_dir, auto_per_tc}]}.
