Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{plugins, [rebar3_hex]}.
{deps,
[
{erlzk, "0.6.4"},
{erlwater, "0.1.6"}
]
}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{xref_checks, [undefined_function_calls, undefined_functions, deprecated_function_calls, deprecated_functions]}.