chore(xref): Ignore xref checks for enterprise modules

Schema registry is so far only used in enterprise edition.
This commit is contained in:
Zaiming Shi 2020-11-03 13:28:24 +01:00
parent 377f01e038
commit 75645950f9
1 changed files with 10 additions and 0 deletions

View File

@ -49,3 +49,13 @@
, {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.1.2"}}}
, {getopt, "1.0.1"}
]}.
{xref_ignores,
[ %% schema registry is for enterprise
{emqx_schema_registry,get_all_schemas,0},
{emqx_schema_api,format_schema,1},
{emqx_schema_api,make_schema_params,1},
{emqx_schema_parser,decode,3},
{emqx_schema_parser,encode,3},
{emqx_schema_registry,add_schema,1}
]}.