Current section

Files

Jump to
gustav rebar.config
Raw

rebar.config

%% -*- mode: erlang -*-
{erl_opts, [debug_info]}.
{plugins, [rebar3_hex]}.
{project_plugins, [rebar3_proper]}.
{profiles,
[{test, [
{erl_opts, [nowarn_export_all]},
{deps, [proper]}
]}
]}.