build(dialyzer): Remove race_conditions static check

This commit is contained in:
k32 2022-01-10 18:49:41 +01:00
parent c154c8ae0c
commit f2c29fff3e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
]}. ]}.
{dialyzer, [ {dialyzer, [
{warnings, [unmatched_returns, error_handling, race_conditions]}, {warnings, [unmatched_returns, error_handling]},
{plt_location, "."}, {plt_location, "."},
{plt_prefix, "emqx_dialyzer"}, {plt_prefix, "emqx_dialyzer"},
{plt_apps, all_apps}, {plt_apps, all_apps},