Skip to content
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

When adding pylint disable, use symbolic name instead of code #69

Open
szepi1991 opened this issue Mar 18, 2018 · 0 comments
Open

When adding pylint disable, use symbolic name instead of code #69

szepi1991 opened this issue Mar 18, 2018 · 0 comments

Comments

@szepi1991
Copy link

On adding a pylint disable with the (keyboard) shortcut, it'd be useful if instead of the code the symbolic name was used. For example,

a = 1 #pylint: disable=C0103
b = 2 #pylint: disable=invalid-name

The second one is much more readable. This matters when there are a number of things going on in a line; in this case I'd want to know what warning was disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant