-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fixme should trigger only on comments #2321
Comments
Thanks, this makes sense! |
@sushobhit27 I'm pretty sure this still reproduces in the latest version :) |
@PCManticore ok, I labelled few other issues also after finding them working fine with 2.1.0, can you check those issues also? |
(FWIW I would find an explicit "fixed in x.y.z" label more useful than "fixed in latest version". The latter is pretty much the same as no label at all plus leaving bugs open until a release that contains the fix is out.) |
Agreed, latest might mean different things for different people (1.9.X for folks using Python 2) |
Steps to reproduce
Current behavior
todo_issues.py:1:0: W0511: TODO this should not trigger a fixme") (fixme)
Expected behavior
(no messages)
So pylint should be looking only into what are actual comments, not into everything that follows a
#
.pylint --version output
pylint 2.0.0
astroid 2.0.0.dev4
Python 3.7.0 (default, Jun 29 2018, 21:39:54)
[GCC 7.2.0]
The text was updated successfully, but these errors were encountered: