Current section

Files

Jump to

rebar.config

{erl_opts, [debug_info]}.
{deps, [{prometheus, "4.6.0"}]}.
%% xref checks to run
{xref_checks, [undefined_function_calls, undefined_functions,
locals_not_used, deprecated_function_calls,
deprecated_funcqtions]}.
{plugins, [rebar3_hex]}.