|
@@ -10,7 +10,8 @@
|
|
|
{edoc_opts, [{preprocess,true}]}.
|
|
{edoc_opts, [{preprocess,true}]}.
|
|
|
{erl_opts, [warn_unused_vars,warn_shadow_vars,warn_unused_import,
|
|
{erl_opts, [warn_unused_vars,warn_shadow_vars,warn_unused_import,
|
|
|
warn_obsolete_guard,compressed, nowarn_unused_import,
|
|
warn_obsolete_guard,compressed, nowarn_unused_import,
|
|
|
- {d, snk_kind, msg}]}.
|
|
|
|
|
|
|
+ {d, snk_kind, msg}
|
|
|
|
|
+ ]}.
|
|
|
|
|
|
|
|
{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
|
|
{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
|
|
|
deprecated_function_calls,warnings_as_errors,deprecated_functions]}.
|
|
deprecated_function_calls,warnings_as_errors,deprecated_functions]}.
|
|
@@ -59,7 +60,7 @@
|
|
|
, {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}}
|
|
, {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}}
|
|
|
, {observer_cli, "1.6.1"} % NOTE: depends on recon 2.5.1
|
|
, {observer_cli, "1.6.1"} % NOTE: depends on recon 2.5.1
|
|
|
, {getopt, "1.0.2"}
|
|
, {getopt, "1.0.2"}
|
|
|
- , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.13.0"}}}
|
|
|
|
|
|
|
+ , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.14.1"}}}
|
|
|
, {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.11.0"}}}
|
|
, {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.11.0"}}}
|
|
|
, {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.4.0"}}}
|
|
, {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.4.0"}}}
|
|
|
, {esasl, {git, "https://github.com/emqx/esasl", {tag, "0.1.0"}}}
|
|
, {esasl, {git, "https://github.com/emqx/esasl", {tag, "0.1.0"}}}
|