I have installed the latest pylint and it works fine from Windows command line. I have added Pydev-PYTHONPATH with source directory that I want to lint. Also from PyDev->PyLint I've selected 'Use pylint' and updated 'Location of pylint (lint.py):' with the correct lint.py. I don't see any lint output on either the Console or Problem view. My Eclipse is version 3.7.2.
What did I do wrong?
There are some changes in the formatting of the messages in pylint 0.26 (http://www.logilab.org/ticket/104572) which likely need a pydev update to be properly handled. You should contact the Pydev author and request support for this.
If you can easily configure the command line for pylint in pydev, try adding --include_ids=y
and see if this helps.