Current section

Files

Jump to
gisla rebar.config
Raw

rebar.config

{plugins, [rebar3_proper]}.
{profiles,
[{test, [
{erl_opts, ["DHUT_NOOP"]},
{deps, [
{proper, {git, "https://github.com/manopapad/proper", {tag, "v1.2"}}}
]}
]}
]}.
{deps, [
{hut, "1.2.0"}
]
}.