Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{plugins, [rebar_erl_vsn, rebar3_ex_doc, rebar3_hex]}.
{project_plugins, [
{eqwalizer_rebar3,
{git_subdir, "https://github.com/whatsapp/eqwalizer.git", {branch, "main"},
"eqwalizer_rebar3"}},
erlfmt,
rebar3_lint
]}.
{provider_hooks, [{pre, [{compile, {default, erl_vsn}}]}]}.
{ex_doc, [{source_url, <<"https://codeberg.org/cevado/nm">>}]}.
{hex, [{doc, #{provider => ex_doc}}]}.
{deps, []}.