leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.
Apache License 2.0
197 stars 35 forks source link

Fix #30: Exception in Intellij 2018.2.4 with pylint #37

Closed brady-ds closed 5 years ago

brady-ds commented 5 years ago

First time contributor checklist

Contributor checklist


Description

Pylint gives informational messages on standard error, but pylint-pycharm considers any output on standard error to be worth logging at the ERROR level, leading to the behavior described in #30. This PR changes the log level to INFO (and also the log prefix) so that such messages are still available for debugging but do not provoke complaints from PyCharm et al.

Type of Changes

Type
:bug: Bug fix

Related Issue

Closes #30

pdallair commented 5 years ago

The same issue occurs with Jetbrain's PyCharm 2018.3.3. Looking forward to this merge.

leinardi commented 5 years ago

Thanks for the PR, I hope to be able to make a new release this weekend.