We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Additionally a second code action option for #pylint: disable-next=<issue>. The use case often being adding a comment will cause line-too-long.
#pylint: disable-next=<issue>
line-too-long
Thoughts? I can work on this. @karthiknadig @luabud
Originally posted by @ketozhang in #43 (comment)
The text was updated successfully, but these errors were encountered:
Thanks @luabud.
Preceding that comment was
I'm suggesting an additional action: to ignore the pylint rule for that line by adding the inline comment # pylint: disable=<issue>.
# pylint: disable=<issue>
Sorry, something went wrong.
This is a must! Not there yet....
#535 seems like a duplicate but there's a lot more details there.
Follow #535 for tracking this.
Closing in favor of #535
No branches or pull requests
Originally posted by @ketozhang in #43 (comment)
The text was updated successfully, but these errors were encountered: