chore(emqx_schema): suppress dialyzer warnings temporarily

This commit is contained in:
z8674558 2021-06-01 14:39:12 +09:00
parent 47f7b35a60
commit ad1ef732ae
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
-module(emqx_schema).
% tmp
-dialyzer(no_return).
-dialyzer(no_match).
-dialyzer(no_contracts).
-dialyzer(no_unused).
-dialyzer(no_fail_call).
-include_lib("typerefl/include/types.hrl").
-type log_level() :: debug | info | notice | warning | error | critical | alert | emergency | all.