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},