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

Explicitly list out all E checkers for Pylint #975

Merged
merged 2 commits into from
Mar 7, 2018

Conversation

brettcannon
Copy link
Member

A bug in Pylint causes the specification of E checkers to also pull in --py3k checkers. To work around this we now specify all E checkers manually.

This closes #722

Due to a bug in Pylint where specifying `E` as enabled checks flips on `--py3k`, we need to explicitly list all `E` checkers to explicitly avoid (at least) print-statement which throws false-positives for folks not porting to Python 3.

Closes microsoft#722 by partially reverting microsoft#954
@brettcannon brettcannon merged commit dae0541 into microsoft:master Mar 7, 2018
@brettcannon brettcannon deleted the fix-print-false-positive branch March 7, 2018 19:06
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

print statement is highlighted by pylint
1 participant