chore: ensure elvis pass

This commit is contained in:
JianBo He 2023-11-06 12:31:54 +08:00
parent 8871738756
commit 6f51b9f842
1 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,10 @@
-dialyzer({no_match, [info/2]}).
-dialyzer({nowarn_function, [websocket_init/1, postpone/2, classify/4]}).
-elvis([
{elvis_style, invalid_dynamic_call, #{ignore => [emqx_ocpp_connection]}}
]).
%%--------------------------------------------------------------------
%% Info, Stats
%%--------------------------------------------------------------------