From 52e69b20b4dae1a480e47ec62cac3c710eac30d8 Mon Sep 17 00:00:00 2001 From: z8674558 Date: Wed, 2 Jun 2021 13:39:50 +0900 Subject: [PATCH] chore(rebar.config): bump hocon; no more unused import --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 0aeecb386..c1e355d1d 100644 --- a/rebar.config +++ b/rebar.config @@ -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,