Manuel Núñez
Manuel Núñez
I have fixed a bunch of compilation errors I found using a pretty large and diverse proto codebase: **1. Using system types as field name: float, double, enum, bool** Generated...
Trying to setup the envirment to address the issue #321, I got the following error for 'make harness' using the docker route: `docker run --rm -v $(pwd):/go/src/github.com/envoyproxy/protoc-gen-validate lyft/protoc-gen-validate harness` ```...
Add support for using protobuf files which includes [validation](https://github.com/envoyproxy/protoc-gen-validate) rules. I created a PR #39 with the working changes.
Add support for [protoc-gen-validate](https://github.com/envoyproxy/protoc-gen-validate) plugin which allows to define validation rules for proto messages. Without this change, proto files which rely on the plugin does not find the protobuf file...