Merge pull request #6721 from zmstone/ci-skip-dialyzer-race-condition-check

ci: skip dialyzer race_condition checks
This commit is contained in:
Zaiming (Stone) Shi 2022-01-12 13:38:33 +01:00 committed by GitHub
commit 5fc3105afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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