Current section

Files

Jump to
mstore rebar.config
Raw

rebar.config

%% -*- erlang -*-
{sub_dirs, []}.
{cover_enabled, true}.
{erl_opts, [debug_info, warnings_as_errors]}.
{edoc_opts, [{dir, "doc"}]}.
{eunit_opts, [{report,{eunit_surefire,[{dir,"."}]}}]}.
{deps,
[
{trie, "~>1.5.0"},
{mmath, "~>0.1.16"}
]}.
{profiles,
[{eqc, [{plugins, [rebar3_eqc]}]}]}.