How to get pylint warnings to be marked in the Pydev Eclipse editor margin?

后端 未结 5 2424
不知归路
不知归路 2021-02-20 06:54

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 Ecl

5条回答
  •  悲哀的现实
    2021-02-20 07:17

    Only modules reachable through PYTHONPATH are passed to pylint, so you need to set your PYTHONPATH correctly in the project options.

提交回复
热议问题