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