Buf lint error output is limited #3514
Unanswered
KinNeko-De
asked this question in
Q&A
Replies: 1 comment
-
|
It seam that the limitation is always three. But I have no clue why buf lint checks the samplecompany folder three times but not s4_unused_import. Example repository: https://github.com/KinNeko-De/sample-protobuf-tutorial-styleguide/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hey..
I am currently building an example project for protobuf. I planed to put alot of mistakes each in one file.
My problem is now that 'buf lint" only report the errors from the first 3 files in a package.
I can workaound that and put every file into a own package.
Then the xs extension works correct (I guess it calls buf lint for each folder)
But when I call buf lint it also only list the errors from the first three file in the folder. If I add a file path it reports the error it previously skipped.
Is there any kind of configuration where I can configure that check depth?
Beta Was this translation helpful? Give feedback.
All reactions