From 20aa913aebaf3c9dc2c4dc0428c18fd785a18f03 Mon Sep 17 00:00:00 2001 From: Damian Nolan Date: Fri, 21 Jan 2022 15:39:47 +0100 Subject: [PATCH] updating buf.yaml to ignore ics23 proofs.proto --- third_party/proto/buf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/proto/buf.yaml b/third_party/proto/buf.yaml index 9af33e5f084..8ab26336f50 100644 --- a/third_party/proto/buf.yaml +++ b/third_party/proto/buf.yaml @@ -11,7 +11,7 @@ breaking: use: - FILE ignore: - - confio + - proofs.proto # confio/ics23 - gogoproto - google - tendermint @@ -27,7 +27,7 @@ lint: - PACKAGE_VERSION_SUFFIX - RPC_REQUEST_STANDARD_NAME ignore: - - confio + - proofs.proto # confio/ics23 - gogoproto - google - tendermint