fix(emqx_rule_engine_api): Dialyzer warnings for no_match
This commit is contained in:
parent
ff55b0ff45
commit
bdfcc2da0e
|
@ -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/",
|
||||
|
|
Loading…
Reference in New Issue