Преглед изворни кода

ci: skip dialyzer race_condition checks

backported from 5.0
race_condition check is very RAM demanding
Zaiming (Stone) Shi пре 4 година
родитељ
комит
d7b0e753da
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      rebar.config

+ 1 - 1
rebar.config

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