leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin does not show problems, but on CLI problems are shown

flashpixx opened this issue · comments

My environment:

  • PyCharm 2018.3

  • Plugin version 0.10.2

  • Pylint version 2.2.2 with configuration

  • Python 3.6.7 with Pyenv on OSX 10.14

  • Problem 1: pylint shows "Pylint found no problem", although pylint shows errors on the command-line. I run at the commandline pylint mymodule so I have configured the Àrgumentswith mymodule`, path to pylintrc is empt and the auto-detected pylint version is correct found under ~/.pyenv/versions/3.6.7/bin/pylint

  • Problem 2: The plugin expected a file named pylintrc but on command-line pylint expected a file named .pylintrc (with a dot at the beginning), so it should be nice if the plugin tries to read both files or I would be possible to configurate the pylint filename not the path. For my testings I add a symlink to my .pylintrc

bildschirmfoto 2019-01-21 um 22 51 45

Reinstall PyCharm with removing configuration and reinstalling plugin solves the problem

Same thing happens for me, but reinstalling the plugin doesn't help.