diff --git a/build/nogo_config.json b/build/nogo_config.json index 3f811369530d7..09c309417d454 100644 --- a/build/nogo_config.json +++ b/build/nogo_config.json @@ -752,7 +752,9 @@ ".*_generated\\.go$": "ignore generated code", ".*_test\\.go$": "ignore test code", "br/pkg/restore/split/client.go": "github.com/golang/protobuf deprecated", - "br/pkg/streamhelper/advancer_cliext.go": "github.com/golang/protobuf deprecated" + "br/pkg/streamhelper/advancer_cliext.go": "github.com/golang/protobuf deprecated", + "br/pkg/lightning/checkpoints/checkpoints.go": "cfg.TikvImporter.Addr is deprecated", + "br/pkg/lightning/checkpoints/glue_checkpoint.go": "cfg.TikvImporter.Addr is deprecated" }, "only_files": { "util/gctuner": "util/gctuner",