Current section
Files
Jump to
Current section
Files
rebar.config
{minimum_otp_vsn, "22.3"}.
{deps, []}.
{project_plugins, [rebar3_hex]}.
{profiles,
[{test, [{deps, [
{eqwalizer_support,
{git_subdir,
"https://github.com/whatsapp/eqwalizer.git",
{branch, "main"},
"eqwalizer_support"}}
]}]}]
}.
{dist_node, [
{sname, 'seshat'}
]}.
{erl_opts, [debug_info,
recv_opt_info,
warn_export_vars,
warn_shadow_vars,
warn_obsolete_guard]}.
{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]}.