blob: c1b75cd2f498416932dcc96e905fe1f7a66566d3 [file] [log] [blame]
{profiles, [
{test, [
{erl_opts, [debug_info]},
{cover_enabled, true},
{cover_opts, [verbose]}
]},
{compile, [
{erl_opts, [
debug_info,
warnings_as_errors,
warn_export_all,
warn_export_vars,
warn_shadow_vars,
warn_obsolete_guard,
warn_unused_import
]}
]}
]}.
{xref_checks, [
undefined_function_calls,
deprecated_function_calls
]}.
{dialyzer, [
{warnings, [
unknown
]}
]}.