grpc-kotlin
grpc-kotlin copied to clipboard
Insure Generated Code Passes Ktlint
See: https://github.com/GoogleCloudPlatform/kotlin-samples/issues/76
Just my two cents: does it really matter? I'm not sure of the value of running linters on generated code. With that said, the only issue here seems to be the file name, so addressing it should be relatively straightforward.
I think it depends on if the linter runs by default on the generated code. I need to see if it usually does or if it is just due to how the linter is used in that project.