From 3cd0807585a03b4f56520a961a91d19ddab61d36 Mon Sep 17 00:00:00 2001 From: nfel Date: Sat, 26 Oct 2024 13:07:24 +0330 Subject: [PATCH] dev - downgrade buf 2 -> 1 Signed-off-by: nfel --- buf.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/buf.yaml b/buf.yaml index d7d8da6..2abbb7b 100644 --- a/buf.yaml +++ b/buf.yaml @@ -1,12 +1,12 @@ --- -version: v2 +version: v1 lint: use: - DEFAULT - disallow_comment_ignores: false - # The default behavior of this key has changed from v1 - enum_zero_value_suffix: _UNSPECIFIED - rpc_allow_same_request_response: true - rpc_allow_google_protobuf_empty_requests: false - rpc_allow_google_protobuf_empty_responses: false - service_suffix: Service +# disallow_comment_ignores: false +# # The default behavior of this key has changed from v1 +# enum_zero_value_suffix: _UNSPECIFIED +# rpc_allow_same_request_response: true +# rpc_allow_google_protobuf_empty_requests: false +# rpc_allow_google_protobuf_empty_responses: false +# service_suffix: Service