Skip to content

Commit

Permalink
migrate to v2 config to support PACKAGE_VERSION_SUFFIX ignore
Browse files Browse the repository at this point in the history
so we can skip that from the new Materialize API
  • Loading branch information
vroldanbet committed Jun 5, 2024
1 parent d565bad commit bec5371
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
17 changes: 7 additions & 10 deletions buf.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions buf.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
---
version: "v1"
version: "v2"
name: "buf.build/authzed/api"
deps:
- "buf.build/envoyproxy/protoc-gen-validate"
- "buf.build/googleapis/googleapis"
- "buf.build/grpc-ecosystem/grpc-gateway"
lint:
except:
- "PACKAGE_VERSION_SUFFIX"
ignore:
- "authzed/api/v0" # legacy from before we used buf
- "authzed/api/v0"
disallow_comment_ignores: "true"
breaking:
use:
- "WIRE_JSON"

0 comments on commit bec5371

Please sign in to comment.