From 6008b7285927674bda042c8ff8034f3400f939bd Mon Sep 17 00:00:00 2001 From: Weizhen Wang Date: Sun, 22 Jan 2023 21:38:21 +0800 Subject: [PATCH] clean --- build/nogo_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/nogo_config.json b/build/nogo_config.json index 83cba9ddd100b..e4f237220de48 100644 --- a/build/nogo_config.json +++ b/build/nogo_config.json @@ -751,7 +751,8 @@ "/external/": "no need to vet third party code", ".*_generated\\.go$": "ignore generated code", ".*_test\\.go$": "ignore test code", - "br/pkg/restore/split/client.go": "br/pkg/restore/split/client.go" + "br/pkg/restore/split/client.go": "github.com/golang/protobuf deprecated", + "br/pkg/streamhelper/advancer_cliext.go", "github.com/golang/protobuf deprecated" }, "only_files": { "util/gctuner": "util/gctuner",