From f2c29fff3eee8906b8f0dd256bb705df4371e83e Mon Sep 17 00:00:00 2001 From: k32 <10274441+k32@users.noreply.github.com> Date: Mon, 10 Jan 2022 18:49:41 +0100 Subject: [PATCH] build(dialyzer): Remove race_conditions static check --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 49e37e4af..ce88dce5f 100644 --- a/rebar.config +++ b/rebar.config @@ -27,7 +27,7 @@ ]}. {dialyzer, [ - {warnings, [unmatched_returns, error_handling, race_conditions]}, + {warnings, [unmatched_returns, error_handling]}, {plt_location, "."}, {plt_prefix, "emqx_dialyzer"}, {plt_apps, all_apps},