chore: ignore 'if' expression checking

This commit is contained in:
JianBo He 2022-03-31 17:37:17 +08:00
parent 4e3fd9febd
commit 2dce43ac8e
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@
-type rate() :: emqx_limiter_decimal:decimal(). -type rate() :: emqx_limiter_decimal:decimal().
-type check_failure_type() :: partial | pause. -type check_failure_type() :: partial | pause.
-elvis([{elvis_style, no_if_expression, disable}]).
%%-------------------------------------------------------------------- %%--------------------------------------------------------------------
%% API %% API
%%-------------------------------------------------------------------- %%--------------------------------------------------------------------