generated from chrisgrieser/nvim-pseudometa-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
FR: Support comments disabling multiple rules #2
Labels
enhancement
New feature or request
Comments
yeah, that's currently not implemented yet. |
This issue has been automatically marked as stale. |
This issue has been closed due to inactivity, and will not be monitored. |
chrisgrieser
added a commit
that referenced
this issue
Nov 17, 2024
chrisgrieser
added a commit
that referenced
this issue
Nov 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
Currently it is not possible to ignore multiple pyright rules, as nvim-rulebook does not support the
# pyright: ignore[ruleA,ruleB,ruleC]
syntax and just chains them like this# pyright: ignore [ruleA] # pyright: ignore [ruleB] # pyright: ignore [ruleC]
Relevant Screenshot
No response
To Reproduce
unused = undefined(False)
neovim version
Make sure you have done the following
The text was updated successfully, but these errors were encountered: