Current section

Files

Jump to
acceptor_pool rebar.config
Raw

rebar.config

{min_otp_version, "19.0"}.
{erl_opts, [debug_info]}.
{deps, []}.
{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
deprecated_function_calls,
deprecated_functions]}.
{dialyzer, [{warnings, [unknown]}]}.
{alias, [{test, [ct, xref, dialyzer]}]}.