index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ale_linters
/
python
/
pylint.vim
Age
Commit message (
Expand
)
Author
2018-04-17
Fix #1507 - Add an option for disabling switching directories for pylint
w0rp
2018-04-10
Fix #1492 - Make pylint error parsing work on Windows
w0rp
2018-04-09
Close #542 - Add an option for disabling running locally installed executable...
w0rp
2018-04-09
pylint: Move to the buffer's directory before running pylint command (Fix #1472)
rhysd
2017-11-15
#852 Capture error codes for pylint, throw away the msgid values
w0rp
2017-08-08
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
w0rp
2017-07-05
#729 - Support running Python programs from virtualenv for Windows
w0rp
2017-06-25
Change regex to better handle messages with multiple groups of parentheses.
John Sivak
2017-06-25
Feature/restore display of symbol (#693)
John Sivak
2017-05-24
Translate pylint output column to 1-based index
Nozomu Okuda
2017-05-12
#549 Temporarily revert shell escaping changes, just for Windows
w0rp
2017-05-08
#540 Fix shell escaping pretty much everywhere
w0rp
2017-05-06
Escape the pylint executable appropriately
w0rp
2017-05-06
Fix #208 - Use the file on disk for pylint, and follow import paths
w0rp
2017-05-06
#208 Automatically detect pylint in virtualenv directories
w0rp
2017-04-24
Break shared handlers up into their own files, and fix stylelint error handling
w0rp
2017-04-16
#427 Implement buffer variable overrides for all linter options
w0rp
2017-02-25
Add display of the pylint symbol name for the msg_id.
John Sivak
2017-02-11
Replace every stdin-wrapper script with the new %t formatting support
w0rp
2017-01-15
Rename pylint _args variables to _options variables
w0rp
2017-01-13
Add executable and arguments options for pylint linter
SABATIER Boris
2016-10-27
Add pylint formatter
Keith Smiley