protolint
protolint copied to clipboard
About the version config setup for the project
While trying to include this tool into homebrew-core, I saw the version config is actually weird for the project. Why not just use one config rather than two?
Like merge -X github.com/yoheimuta/protolint/internal/cmd/protocgenprotolint.version into -X github.com/yoheimuta/protolint/internal/cmd.version. Thanks!
@chenrui333 Thank you for including this tool into homebrew-core! Sounds great. I'm checking it out soon.
@chenrui333 I refreshed my memory.
I just had no motivation to merge the existing cmd.go, when I added protoc-gen-protolint to this project later.
So, you have a point and it's a good first issue 👍
We are aligned, thanks! :)