yohei yoshimuta
yohei yoshimuta
@haroldlim Thank you for your interest in a custom rule. Unfortunately, a protolint.yaml doesn't support options for custom rules at the moment. I thought the need didn't seem to be...
@haroldlim That's right. It makes sense that some users would find it useful to change the behavior without rebuilding. I was not sure about its demand actually, but if you...
@ThijsBroersen It's right. protolint doesn't validate unknown field types because protoc is able to detect it, but I know it would be useful to have the feature. Hence, I added...
@Dentrax Thank you for bringing up a nice suggestion. I agree with you, but it could take some time to add this option because the current implementation is not well-designed...
@PaulSonOfLars Thank you for making a nice feature issue! That sounds useful.
@631068264 What version did you reproduce this error? P.S. There is the repository named intellij-protolint for IDE [here](https://github.com/yoheimuta/intellij-protolint/issues/5).
> Cannot run program "protolint" (in directory "C:\Users\ariel\Documents\Work\Go\src\ledger") @arielf-camacho It seems like the plugin didn't locate the protolint binary. Have you installed the protolint? If so, you should put the...
@wwuck Thank you for the catch! Since we shouldn't push commits to the main branch directly, it's enough to run only on `pull_request.` > Should we change the entire Go...
@sulume Thank you for your feature request! It makes sense a lot overall. I understand the need to accept some exceptions. Do you have any good ideas or references to...
@sulume > so that users have options on its behavior and existing users would see it working the same by default. That sounds great. Thank you for providing nice examples....