浏览代码

chore: fix dialyzer warning.

Zhongwen Deng 3 年之前
父节点
当前提交
d73f22181d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      apps/emqx_management/src/emqx_mgmt.erl

+ 1 - 0
apps/emqx_management/src/emqx_mgmt.erl

@@ -19,6 +19,7 @@
 -include("emqx_mgmt.hrl").
 -elvis([{elvis_style, invalid_dynamic_call, disable}]).
 -elvis([{elvis_style, god_modules, disable}]).
+-dialyzer({nowarn_function, edition/0}).
 
 -include_lib("stdlib/include/qlc.hrl").
 -include_lib("emqx/include/emqx.hrl").