pydevpylinteclipse-3.5

Setting up Pylint with PyDev


I have installed pylint via easy_install. I can run pylint <filename> with success. But pydev refuses to use it.

What am I doing wrong?


Solution

  • I'm guessing you may need to mark the folder that contains your code as a source folder. You can do this under project properties.