-
Notifications
You must be signed in to change notification settings - Fork 17
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
protoc plugin does not respect ignores #64
Comments
Thanks @srikrsna-buf. |
I think I see the issue, version: v1
lint:
use:
- DEFAULT
allow_comment_ignores: true
except:
- IMPORT_USED |
Given a proto:
And a
buf.yaml
Running a
buf_lint_test
outputs:It's definitely reading the
buf.yaml
file:use: -RPC_REQUEST_STANDARD_NAME
causes all the errors to go away.Reproducible example: SpencerC@e38bd77
Related: aspect-build/rules_lint#222
The text was updated successfully, but these errors were encountered: