Procházet zdrojové kódy

build(dialyzer): Remove race_conditions static check

k32 před 4 roky
rodič
revize
f2c29fff3e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      rebar.config

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