Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Add static buf.yaml files for protovalidate and protovalidate-testing #694

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions modules/static/bufbuild/protovalidate-testing/buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: v1
name: buf.build/bufbuild/protovalidate-testing
deps:
- buf.build/bufbuild/protovalidate
10 changes: 8 additions & 2 deletions modules/static/bufbuild/protovalidate-testing/rsync.incl
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
+ LICENSE
+ README.md
+ buf.yaml
+ buf.lock

# Even though this is a module we maintain ourselves, the source repo's buf.yaml is v2, which is not
# supported yet by the BSR module syncer.
#
# TODO: re-sync this file and remove the static one when the BSR supports v2.
#
# + buf.yaml

- tests/***
+ **/
+ *.proto
Expand Down
2 changes: 2 additions & 0 deletions modules/static/bufbuild/protovalidate/buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
version: v1
name: buf.build/bufbuild/protovalidate
10 changes: 8 additions & 2 deletions modules/static/bufbuild/protovalidate/rsync.incl
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
+ LICENSE
+ README.md
+ buf.yaml
+ buf.lock

# Even though this is a module we maintain ourselves, the source repo's buf.yaml is v2, which is not
# supported yet by the BSR module syncer.
#
# TODO: re-sync this file and remove the static one when the BSR supports v2.
#
# + buf.yaml

+ **/
+ *.proto
- *
Loading