From edda5eae852c3e53ce5b5f24f171daa6b7befef7 Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Fri, 29 Nov 2024 15:02:15 +0900 Subject: [PATCH] build: improve Buf setup --- buf.yaml | 3 +++ proto/buf.yaml | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 buf.yaml diff --git a/buf.yaml b/buf.yaml new file mode 100644 index 000000000..7a18eb025 --- /dev/null +++ b/buf.yaml @@ -0,0 +1,3 @@ +version: v1 +directories: + - proto \ No newline at end of file diff --git a/proto/buf.yaml b/proto/buf.yaml index 6c4a69da8..eb01c11c1 100644 --- a/proto/buf.yaml +++ b/proto/buf.yaml @@ -23,3 +23,5 @@ lint: - SERVICE_SUFFIX - PACKAGE_VERSION_SUFFIX - RPC_REQUEST_STANDARD_NAME + ignore: + - tendermint \ No newline at end of file