fix(xref): Ignore xref for generated modules for protobuf

This commit is contained in:
Zaiming Shi 2020-11-03 13:30:05 +01:00
parent 75645950f9
commit 8a86593cae
1 changed files with 3 additions and 1 deletions

View File

@ -57,5 +57,7 @@
{emqx_schema_api,make_schema_params,1},
{emqx_schema_parser,decode,3},
{emqx_schema_parser,encode,3},
{emqx_schema_registry,add_schema,1}
{emqx_schema_registry,add_schema,1},
emqx_exhook_pb, % generated code for protobuf
emqx_exproto_pb % generated code for protobuf
]}.