chore: fix dialyzer warning.

This commit is contained in:
Zhongwen Deng 2022-09-05 15:02:50 +08:00
parent 57cc880977
commit d73f22181d
1 changed files with 1 additions and 0 deletions

View File

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