Current section

Files

Jump to
fuse rebar.config
Raw

rebar.config

{erl_opts, [
debug_info,
warn_export_all,
warn_export_vars,
warn_shadow_vars,
warn_obsolete_guard
]}.
{deps, []}.
{project_plugins, [rebar3_hex]}.
{profiles, [
{test, [{erl_opts, [nowarn_export_all, debug_info]} ]}
] }.