Skip to content

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