pylint-pycharm icon indicating copy to clipboard operation
pylint-pycharm copied to clipboard

add support for pylint 1.x --msg-template (with column #s)

Open dupuy opened this issue 10 years ago • 1 comments

Newer versions of pylint support a --msg-template option that is more flexible than the old --output-format=parseable. Furthermore the most recent versions print out an annoying deprecation error if you use the old option.

I've added support for the new-style option, and pylint-pycharm will use it if a --msg-template option is given (the option value can be empty, since pylint-pycharm will override it).

Some other cleanups and fixes for the tests, etc. are included in this PR as well, although they are in separate commits if you would rather not apply them.

dupuy avatar Jul 08 '14 10:07 dupuy

Hi,

I have redesigned the tool, so I can't directly merge your changes into the project. However, I will have a look at it as soon as possible and see if I can integrate them anyway.

tgamauf avatar Apr 28 '18 14:04 tgamauf