{deps, []}.
{erl_opts, [debug_info]}.
{cover_enabled, true}.

%% xref - default checks except export_not_used, which is pointless here
{xref_checks, [undefined_function_calls,undefined_functions,locals_not_used,
               deprecated_function_calls,deprecated_functions]}.
