fix: drop no longer supported dialyzer option
This commit is contained in:
parent
86d3710f17
commit
8a0ca38a77
|
@ -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},
|
||||
|
|
|
@ -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"}}
|
||||
|
|
Loading…
Reference in New Issue