Current section
Files
Jump to
Current section
Files
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, [thoas, verl]}.
{profiles, [
{test, [
{plugins, [exerl]},
{deps, [
rebar,
{elixir_full, {ex, "1.16"}},
{eqwalizer_support,
{git_subdir, "https://github.com/whatsapp/eqwalizer.git", {branch, "main"},
"eqwalizer_support"}}
]}
]}
]}.