fix(emqx_rule_engine_api): Dialyzer warnings for no_match

This commit is contained in:
Zaiming Shi 2020-11-09 22:57:03 +01:00
parent ff55b0ff45
commit bdfcc2da0e
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
-import(minirest, [return/1]).
%% A lot of case clause no_match:es from rule_events.hrl
-dialyzer(no_match).
-rest_api(#{name => create_rule,
method => 'POST',
path => "/rules/",