-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecated warnings are not properly ignored #751
Comments
I suspect that you've got a recent version of |
The protobuf warnings are actually legitimate. We either need to migrate to the new package (which is not a drop-in replacement), or we have to add more "ignore" comments. |
DId the latter in #754 as we cannot really migrate without a breaking change for the users of this repo. |
More lint:ignores in place. Our CI is fine (we are using an older glangci-lint version, I guess?). |
In both master (ce2dae2) and v1.6.0 (6edbbd9),
make
fails ongolangci-lint
. It seems the staticcheck ignores are not being respected.The text was updated successfully, but these errors were encountered: