buf lint: import_used rule dont work with binpb input #3888
Unanswered
Liuxito2040
asked this question in
Q&A
Replies: 1 comment
-
|
First of all, definitely not an overkill to lint for unused imports, that's why the rule is included in both the I attempted to repro the issue by building a Any chance you could provide a simple repro of the issue? |
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.
-
Hi everyone!
I am trying to use buf lint to get the unused imports (I know it sounds overkill but I chose buf for good reasons), the thing is that I am not getting lint error related to unused imports (yes, I have proto files with unused imports) and it looks like the default config gets me the rest of the lint errors but the unused imports. Someone knows if using buf lint command with binpb input has limitations?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions