chore: ensure elvis pass
This commit is contained in:
parent
8871738756
commit
6f51b9f842
|
@ -129,6 +129,10 @@
|
||||||
-dialyzer({no_match, [info/2]}).
|
-dialyzer({no_match, [info/2]}).
|
||||||
-dialyzer({nowarn_function, [websocket_init/1, postpone/2, classify/4]}).
|
-dialyzer({nowarn_function, [websocket_init/1, postpone/2, classify/4]}).
|
||||||
|
|
||||||
|
-elvis([
|
||||||
|
{elvis_style, invalid_dynamic_call, #{ignore => [emqx_ocpp_connection]}}
|
||||||
|
]).
|
||||||
|
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
%% Info, Stats
|
%% Info, Stats
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue