Explorar el Código

build(dialyzer): Remove race_conditions static check

k32 hace 4 años
padre
commit
f2c29fff3e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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},