From 55e4b6cba2b18392673eca1a954d293c390c4eee Mon Sep 17 00:00:00 2001 From: nfel Date: Wed, 24 Jul 2024 14:25:14 +0330 Subject: [PATCH] Buf linter config addded --- buf.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 buf.yaml diff --git a/buf.yaml b/buf.yaml new file mode 100644 index 0000000..d7d8da6 --- /dev/null +++ b/buf.yaml @@ -0,0 +1,12 @@ +--- +version: v2 +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