protoc-gen-validate icon indicating copy to clipboard operation
protoc-gen-validate copied to clipboard

Protocol Buffer Validation - Being replaced by github.com/bufbuild/protovalidate

Results 175 protoc-gen-validate issues
Sort by recently updated
recently updated
newest added

seems small typo in the readme doc

support import package which has the same package name like "xxxx.yy;yy" and "zzzz.yy;yy"

JaCoCo I assume. I'll add this shortly

I have the following protobuf definition: ```protobuf syntax = "proto3"; package reignite.types; import "validate/validate.proto"; // Kernel represents the configuration for a kernel. message Kernel { // Image is the container...

Bug
Go

Now that #537 is merged, I was asking to myself if we should refactor the current implementation around required fields. If, from now on, protocol buffers community is promoting the...

support

Hi! This protoc plugin already has already schema on buf.build: https://buf.build/envoyproxy/protoc-gen-validate, but it only has proto definitions included, so I made also a plugin, which can be used remotely -...

Enhancement
Good First Issue

Has there been any thought given to adding some sort of referential integrity constraint capability. My data doesn't fit a hierarchical structure particularly well, so I need to use id...

In order to include this in rust sources this needs to be included directly downstream. Ideally we had a simple proto library target we could use instead, but the rust...

Hi, It happens both in my local environment and in the provided docker container. If I replace `RUN make build` with `RUN make ci` I see the following error: ```...

Bazel

When importing an enum, compilation fails with the follow error: ``` [error] failed post-processing: 46:29: expected operand, found 'type' (and 10 more errors) --validate_go_plugin_out: protoc-gen-validate_go_plugin: Plugin failed with status code...