Current section

Files

Jump to
ejsonpath rebar.config
Raw

rebar.config

{erl_opts, [debug_info, fail_on_warning]}.
{lib_dirs, [deps]}.
{cover_export_enabled, true}.
{profiles, [
{test, [
{deps, [jiffy]}
]}
]}.