14 lines
452 B
Erlang
14 lines
452 B
Erlang
%% -*- mode: erlang; erlang-indent-level: 4; indent-tabs-mode: nil -*-
|
|
{erl_opts, [debug_info]}.
|
|
{plugins, [rebar3_hex]}.
|
|
{deps, [
|
|
{ranch, "2.2.0"},
|
|
{enoise, {git, "https://git.qpq.swiss/QPQ-AG/enoise.git", {ref, "8acbce9"}}}
|
|
]}.
|
|
|
|
{xref_checks, [undefined_function_calls, undefined_functions,
|
|
locals_not_used,
|
|
deprecated_function_calls, deprecated_functions]}.
|
|
|
|
{dialyzer, [{warnings, [unknown]}]}.
|