Current section

Files

Jump to
Raw

rebar.config

{minimum_otp_vsn, "21.3"}.
{erl_opts, []}.
{deps, []}.
{shell, [
% {config, "config/sys.config"},
{apps, [credentials_obfuscation]}
]}.
{dialyzer, [
{warnings, [error_handling, race_conditions, unmatched_returns]}
]}.
{xref_extra_paths, ["test"]}.
{xref_checks, [
undefined_function_calls,
undefined_functions,
locals_not_used,
% exports_not_used,
deprecated_function_calls,
deprecated_functions
]}.
{plugins, [rebar3_hex]}.