summaryrefslogtreecommitdiff
path: root/ale_linters/python/flake8.vim
AgeCommit message (Expand)Author
2017-04-15Fix #257 in preparation for #427, standardise options with fallbacks, and mak...w0rp
2017-02-06#289 Only use the --stdin-display-name flag if the flake8 version supports itw0rp
2017-01-12Prefix mandatory flake8 arguments with extra spaces so they will always workw0rp
2016-12-30Pass file name to flake8Chronial
2016-11-14Add g:ale_python_flake8_executable (#174)Marius Gedminas
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-20Add ansible-lint support and factor out PEP8 handlerBjorn Neergaard
2016-10-12Hide more trailing whitespace warnings when the option is on for flake8.w0rp
2016-10-11Use explicit scope in all ale_lintersBjorn Neergaard
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard
2016-10-04Add comment headers to ale_lintersPrashanth Chandra
2016-09-15Add support for Bash and other shells. Add support for reading from stderr, a...w0rp
2016-09-15Output error codes in the error text too for flake8.w0rp
2016-09-15Add an option disabling warnings about trailing whitespace, and use it in fla...w0rp
2016-09-14Fix issues with switching buffers rapidly causing errors by remembering the b...w0rp
2016-09-13Add a linter rule for Python code.w0rp