Ale: Want to use Pylint for python3..

Created on 12 Oct 2016  路  7Comments  路  Source: dense-analysis/ale

Is pylint supported ?

new tool

Most helpful comment

This is now is master!

All 7 comments

Not yet, but if someone wants to open a pull request for it which works, I'll take that. If nobody else adds it, I'll add it eventually.

Pylint has a bit of a ...difficult output format. Even when you manually make it something gcc-like, it likes to spit out multiline output with arrow pointers not unlike clang. We can't just drop those lines because the actual explanation is included there. I'll see what I can do, but it might be a while.

One of the linters, I can't remember which one, handles that kind of output by looking for the markers every other line.

The thing with pylint is it is only some errors, not all of them. And the error message is split over the two lines, so we need to parse that and strip the arrow. It's... bleh...

I've opened a PR for pylint support here https://github.com/w0rp/ale/pull/151

Great..

This is now is master!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sublee picture sublee  路  3Comments

kronos29296 picture kronos29296  路  4Comments

trevordmiller picture trevordmiller  路  4Comments

ianchanning picture ianchanning  路  3Comments

trevordmiller picture trevordmiller  路  3Comments