代码拉取完成,页面将自动刷新
%% -*- mode: erlang; -*-
{require_min_otp_vsn, "19"}.
{erl_opts,
[fail_on_warning,
debug_info,
warn_unused_vars,
warn_unused_import,
warn_exported_vars]}.
{xref_checks,
[undefined_function_calls,
undefined_functions,
locals_not_used,
%% exports_not_used,
deprecated_function_calls,
deprecated_functions
]}.
{project_plugins, [
rebar3_proper
]}.
{xref_ignores,
[
{smtp_rfc822_parse, return_error, 2}
]}.
{deps, [{ranch, ">= 1.7.0"},
{hut, "1.3.0"}]}.
{profiles,
[
{dialyzer,
[
{deps,
[
{eiconv, "1.0.0"}
]
},
{dialyzer,
[
{plt_extra_apps,
[
eiconv,
ssl,
hut
]
},
{warnings,
[error_handling,
unknown
]}
]}
]},
{ranch20,
[{deps, [{ranch, "2.0.0"}]}]},
{test,
[
{cover_enabled, true},
{cover_print_enabled, true},
{deps,
[
{eiconv, "1.0.0"},
{proper, "1.3.0"}
]}
]}
]}.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。