I have pylint installed (works fine on the command line) and set up within Pydev in Eclipse.
Pylint is being triggered OK when I edit files, and is outputting to the Eclipse console.
But, the pylint warnings don't appear as marks in the editor margin (in the same way as compiler warnings and errors)
Newly-generated warnings don't appear in the Problems view either - there are some old ones showing, but they disappear if I re-save the relevant module.
I know this is possible as I've had it working previously - but how do I set this up?
Ticking or unticking "Redirect Pylint output to console?" doesn't seem to make any difference.