From 330daa5e19f200266a4020f77cddfc8e8ae07f2c Mon Sep 17 00:00:00 2001 From: Alfred Fuller Date: Fri, 30 Jun 2023 16:16:31 -0700 Subject: [PATCH] Add a buf.yaml for Buf CLI compatibility --- proto/buf.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 proto/buf.yaml diff --git a/proto/buf.yaml b/proto/buf.yaml new file mode 100644 index 00000000..7890ee5c --- /dev/null +++ b/proto/buf.yaml @@ -0,0 +1,12 @@ +version: v1 +deps: + - buf.build/googleapis/googleapis +build: + excludes: [test] +lint: + ignore: + - dev/cel/expr/conformance/proto2/test_all_types.proto + - dev/cel/expr/conformance/proto3/test_all_types.proto + except: + - PACKAGE_VERSION_SUFFIX + - ENUM_VALUE_PREFIX