From 8a86593cae45102f0505a92d43ff2c950390577d Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Tue, 3 Nov 2020 13:30:05 +0100 Subject: [PATCH] fix(xref): Ignore xref for generated modules for protobuf --- rebar.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 4ce151a5b..8999d9e97 100644 --- a/rebar.config +++ b/rebar.config @@ -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 ]}.