diff --git a/apps/emqx_authn/src/emqx_authn_schema.erl b/apps/emqx_authn/src/emqx_authn_schema.erl index d27d3fed3..5a87957ad 100644 --- a/apps/emqx_authn/src/emqx_authn_schema.erl +++ b/apps/emqx_authn/src/emqx_authn_schema.erl @@ -16,6 +16,7 @@ -module(emqx_authn_schema). +-elvis([{elvis_style, invalid_dynamic_call, disable}]). -include_lib("typerefl/include/types.hrl"). -import(hoconsc, [mk/2, ref/2]).