yoheimuta / protolint

A pluggable linter and fixer to enforce Protocol Buffer style and conventions.
MIT License
555 stars 51 forks source link

Using config_path plugin parameter does not work #406

Closed profhenry closed 2 months ago

profhenry commented 3 months ago

When using protolint as protoc plugin passing the config_path plugin parameter does not work properly.

It seems like a copy and paste error in https://github.com/yoheimuta/protolint/blob/b9b7a9f6c26f46045201fb426de53e09d0d407a1/internal/cmd/protocgenprotolint/cmd.go#L126