Current section

Files

Jump to
ebitmap rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [{cf, "~>0.2.2"}]}.
{profiles, [
{shell, [{deps, [sync]}]},
{eqc, [{erl_opts, [{d, 'TEST'}]}, {plugins, [rebar3_eqc]}]},
{lint, [{plugins, [{rebar3_eqc, {git, "https://github.com/project-fifo/rebar3-eqc-plugin.git", {branch, "rebar3-update"}}}]}]}
]}.