protoc-gen-validate
protoc-gen-validate copied to clipboard
proto package names should not be mixed in the same directory
We're getting a PGV error in https://github.com/envoyproxy/envoy/pull/3949#issuecomment-409327245 of the following:
proto package names should not be mixed in the same directory
This check exists at https://github.com/lyft/protoc-gen-star/blob/f3b83fca61817e55058744eb1a3c8e2e95a0dada/gatherer.go#L114.
Is there a way to turn this check off?
Hi @zanes2016 it's a limitation of protoc-gen-go, which protoc-gen-validate is built on top of (via protoc-gen-star). I'm currently working on changes to protoc-gen-star that addresses this.
Is this still an issue?