Skip to content

Commit

Permalink
Add a buf.yaml for Buf CLI compatibility (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfus authored Jul 6, 2023
1 parent 0c84135 commit 873d4d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions proto/buf.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 873d4d5

Please sign in to comment.