yohei yoshimuta

Results 85 comments of yohei yoshimuta
trafficstars

Hi @AlexCannonball No, unfortunately the linter does not support reading from stdin at the moment. Thanks.

@AlexCannonball Thank you for providing more details about your use case - it makes perfect sense now. Your explanation actually reminded me that I implemented a workaround to create a...

Hi @AlexCannonball > I guess if protolint really reads the file 22 times for 1 linting command Yes, 375f265 intentionally has changed to read the most recent content, even if...

@AlexCannonball Thank you for sharing your thought. > Is adding a memory cache there also hard to maintain? Unfortunately, I'm afraid that's the case.

@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](https://github.com/yoheimuta/protolint/blob/master/internal/cmd/cmd.go), when I added `protoc-gen-protolint` to this project later. So, you have a point and it's...

@AlexCannonball Sorry for the late response, and thank you for reaching out. As you've pointed out, it's indeed a bug, and I'm addressing it when I have a moment.

Hi @AlexCannonball Thank you for your interest in the protolint ecosystem! I was wondering if there is a demand for granular fixes in general and whether it is worth the...

@Shanduur `docker build` requires the protolint binary in your workplace. I didn't expect that someone else wanted to build the protolint by themselves. To use it as a tool, it's...

Thank you for telling me. I'm not familiar with GitLab CI. Can you provide more specific information/instruction/steps to reproduce it on my hand? I guess the excerpt of `.gitlab-ci.yml` seems...