From 78096d61ac8e6cfe6bd8a590a61c8460e81f0ee3 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Mon, 3 May 2021 15:26:08 +0000 Subject: [PATCH] protos: Update style guide to try and prevent redundant imports (#16231) Signed-off-by: Ryan Northey Mirrored from https://github.com/envoyproxy/envoy @ 174e45c9a902bd297dd29fa9f895be1f4ebcb916 --- STYLE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/STYLE.md b/STYLE.md index 64668ac7..30599e19 100644 --- a/STYLE.md +++ b/STYLE.md @@ -122,8 +122,7 @@ To add an extension config to the API, the steps below should be followed: deps = ["@com_github_cncf_udpa//udpa/annotations:pkg"], ) ``` -1. Add to the v3 extension config proto `import "udpa/annotations/migrate.proto";` - and `import "udpa/annotations/status.proto";` +1. Add to the v3 extension config proto `import "udpa/annotations/status.proto";` 1. If this is still WiP and subject to breaking changes, set `option (udpa.annotations.file_status).work_in_progress = true;`. 1. Add to the v3 extension config proto a file level