Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyLint 1.0.0 with PyDev + Eclipse: "include-ids" option no longer allowed, breaks Eclipse integration

As noted in this question: How do I get Pylint message IDs to show up after pylint-1.0.0?

pylint 1.0.0 no longer accepts "include-ids" option. (It returns "lint.py: error: no such option: --include-ids"). Unfortunately, in the integation with PyDev/Eclipse, there is this little nugget: "The --include-ids=y is always included...".

How to disable that argument so that Pylint will work with Eclipse?

[I know, other alternatives include installing an older version of Pylint or running pylint from command line without that option (which does work), but I'd like to have the integration with Eclipse.]

like image 281
andy Avatar asked Aug 21 '13 16:08

andy


1 Answers

This should be already fixed in the latest nightly build. Please grab it there.

See: http://pydev.org/download.html for details on how to get it.

like image 77
Fabio Zadrozny Avatar answered Sep 29 '22 07:09

Fabio Zadrozny