summaryrefslogtreecommitdiff
path: root/ale_linters/python/pylint.vim
AgeCommit message (Collapse)Author
2017-07-05#729 - Support running Python programs from virtualenv for Windowsw0rp
2017-06-25Change regex to better handle messages with multiple groups of parentheses.John Sivak
2017-06-25Feature/restore display of symbol (#693)John Sivak
* Add display of the pylint symbol name after the message. * Update test to pass.
2017-05-24Translate pylint output column to 1-based indexNozomu Okuda
This should fix #575; also added vader tests to ensure that translation is working properly.
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-05-06Escape the pylint executable appropriatelyw0rp
2017-05-06Fix #208 - Use the file on disk for pylint, and follow import pathsw0rp
2017-05-06#208 Automatically detect pylint in virtualenv directoriesw0rp
2017-04-24Break shared handlers up into their own files, and fix stylelint error handlingw0rp
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-02-25Add display of the pylint symbol name for the msg_id.John Sivak
2017-02-11Replace every stdin-wrapper script with the new %t formatting supportw0rp
2017-01-15Rename pylint _args variables to _options variablesw0rp
2017-01-13Add executable and arguments options for pylint linterSABATIER Boris
2016-10-27Add pylint formatterKeith Smiley
This customizes the output format of pylint in order to use the same pep8 parser