Current section

Files

Jump to
exerl rebar.config
Raw

rebar.config

{project_plugins, [
rebar3_hex,
rebar3_ex_doc,
erlfmt,
{eqwalizer_rebar3,
{git_subdir, "https://github.com/whatsapp/eqwalizer.git", {branch, "main"},
"eqwalizer_rebar3"}}
]}.
{hex, [{doc, ex_doc}]}.
{deps, [verl]}.
{profiles, [
{test, [
{plugins, [exerl]},
{deps, [
{rebar,
{git_subdir, "https://github.com/erlang/rebar3", {tag, "3.23.0"}, "apps/rebar"}},
{elixir_full, {ex, "1.16"}},
{eqwalizer_support,
{git_subdir, "https://github.com/whatsapp/eqwalizer.git", {branch, "main"},
"eqwalizer_support"}}
]}
]}
]}.