-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
feat: add bufbuild/protoc-gen-validate #8770
feat: add bufbuild/protoc-gen-validate #8770
Conversation
[bufbuild/protoc-gen-validate/protoc-gen-validate-go](https://github.com/bufbuild/protoc-gen-validate): protoc plugin to generate polyglot message validators ```console $ aqua g -i bufbuild/protoc-gen-validate/protoc-gen-validate-go ``` ## How to confirm if this package works well Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well. Please confirm if this package works well yourself as much as possible. Command and output ```console $ ``` If files such as configuration file are needed, please share them. ``` ``` Reference -
aliases: | ||
- name: envoyproxy/protoc-gen-validate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review. |
Thanks! |
@@ -0,0 +1,11 @@ | |||
packages: | |||
- type: go_install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should use github_release
.
You don't have to build binaries yourself.
https://github.com/bufbuild/protoc-gen-validate/releases
I'll add commits. |
…date ```console $ aqua-registry scaffold bufbuild/protoc-gen-validate ```
…ufbuild/protoc-gen-validate
```console $ aqua-registry gr ```
https://github.com/bufbuild/protoc-gen-validate#installation
Hmm? What does it mean? Assets in GitHub Releases are unavailable? |
I created an issue. |
I'm not sure if we should install them in $PATH
Please follow the template as much as possible from the next time. |
Thank you for fixing it. |
bufbuild/protoc-gen-validate: protoc plugin to generate polyglot message validators
$ aqua g -i bufbuild/protoc-gen-validate/protoc-gen-validate-go
How to confirm if this package works well
Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well. Please confirm if this package works well yourself as much as possible.
Command and output
If files such as configuration file are needed, please share them.
Reference