%% == Erlang Compiler ==

{erl_opts, [debug_info]}.

%% == Minimum OTP version ==

{minimum_otp_vsn, "19"}.

%% == Dependencies ==

{deps, []}.

%% == Common Test ==

{ct_compile_opts, [debug_info]}.

%% == Xref ==

{xref_checks, [
    undefined_function_calls,
    undefined_functions,
    locals_not_used,
    deprecated_function_calls,
    deprecated_funcqtions
]}.

%% == Plugins ==

{plugins, [rebar3_hex]}.
