Merge pull request #4910 from z8674558/no-import-warning

chore(rebar.config): bump hocon; no more unused import
This commit is contained in:
Zaiming (Stone) Shi 2021-06-02 12:55:27 +02:00 committed by GitHub
commit 3c43b78749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
%% rebar.config.rendered if environment DEBUG is set.
{edoc_opts, [{preprocess,true}]}.
{erl_opts, [warn_unused_vars,warn_shadow_vars,
{erl_opts, [warn_unused_vars,warn_shadow_vars,warn_unused_import,
warn_obsolete_guard,compressed,
{d, snk_kind, msg}]}.
@ -56,7 +56,7 @@
, {observer_cli, "1.6.1"} % NOTE: depends on recon 2.5.1
, {getopt, "1.0.1"}
, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.13.0"}}}
, {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.3.0"}}}
, {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.3.2"}}}
]}.
{xref_ignores,