{erl_opts, [debug_info]}.

{profiles, [
    {test, [
        {deps, [
            {cuttlefish, "2.2.0"}
        ]}
    ]}
]}.

{dist_node, [
    {sname, 'sysmon_handler'}
]}.

{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
]}.
