chore(gw): fix elvis warnings
This commit is contained in:
parent
fca5a3bc21
commit
76b35910b7
|
@ -28,6 +28,8 @@
|
||||||
%, 'gateway-banned'/1
|
%, 'gateway-banned'/1
|
||||||
]).
|
]).
|
||||||
|
|
||||||
|
-elvis([{elvis_style, function_naming_convention, disable}]).
|
||||||
|
|
||||||
-spec load() -> ok.
|
-spec load() -> ok.
|
||||||
load() ->
|
load() ->
|
||||||
Cmds = [Fun || {Fun, _} <- ?MODULE:module_info(exports), is_cmd(Fun)],
|
Cmds = [Fun || {Fun, _} <- ?MODULE:module_info(exports), is_cmd(Fun)],
|
||||||
|
|
Loading…
Reference in New Issue