Skip to content
JoseBlanca edited this page Sep 13, 2010 · 1 revision

The pylint is used as a vim compiler. This is a modified version from the original pylint vim compiler created by [Oleksandr Tymoshenko.

This pylint vim compiler takes the errors, warnings and comments made by pylint and it adds them to the vim quickfix list and to the signs. The quickfix appears in a window on the bottom of the screen with the type of error, its number, its description and the line number. The signs appear in a column with a mark close to each line with problems: “EE” for errors, “WW” for warnings and “CC” for comments.
Every time the buffer is written to disc pylint is run and the problem lists is updated.

Clone this wiki locally