chore: fix elvis warnings
This commit is contained in:
parent
5436a3c496
commit
e72e49b291
|
@ -103,6 +103,8 @@
|
|||
-define(T_TAKEOVER, 15000).
|
||||
-define(DEFAULT_BATCH_SIZE, 10000).
|
||||
|
||||
-elvis([{elvis_style, invalid_dynamic_call, disable}]).
|
||||
|
||||
%%--------------------------------------------------------------------
|
||||
%% APIs
|
||||
%%--------------------------------------------------------------------
|
||||
|
|
|
@ -74,8 +74,10 @@
|
|||
, listeners => []
|
||||
}.
|
||||
|
||||
-elvis([{elvis_style, god_modules, disable}]).
|
||||
-elvis([{elvis_style, no_nested_try_catch, disable}]).
|
||||
-elvis([ {elvis_style, god_modules, disable}
|
||||
, {elvis_style, no_nested_try_catch, disable}
|
||||
, {elvis_style, invalid_dynamic_call, disable}
|
||||
]).
|
||||
|
||||
-define(DEFAULT_CALL_TIMEOUT, 15000).
|
||||
|
||||
|
|
Loading…
Reference in New Issue