fix: drop no longer supported dialyzer option

This commit is contained in:
Andrew Mayorov 2022-12-12 10:33:01 +03:00
parent 86d3710f17
commit 8a0ca38a77
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
2 changed files with 1 additions and 5 deletions

View File

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

View File

@ -10,10 +10,6 @@
{extra_src_dirs, ["examples"]}.
%% try to override the dialyzer 'race_conditions' defined in the top-level dir,
%% but it doesn't work
{dialyzer, [{warnings, [unmatched_returns, error_handling]}]}.
{deps, [
{jsx, {git, "https://github.com/talentdeficit/jsx", {tag, "v3.1.0"}}},
{emqx, {path, "../emqx"}}