Explorar el Código

chore(emqx_schema): suppress dialyzer warnings temporarily

z8674558 hace 4 años
padre
commit
ad1ef732ae
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      src/emqx_schema.erl

+ 7 - 0
src/emqx_schema.erl

@@ -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.