summaryrefslogtreecommitdiff
path: root/ale_linters/python
AgeCommit message (Collapse)Author
2016-10-04Add comment headers to ale_lintersPrashanth Chandra
2016-09-15Add support for Bash and other shells. Add support for reading from stderr, ↵w0rp
and for generating the executable from functions. Both were needed to support shell linting.
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 ↵w0rp
flake8.
2016-09-14Fix issues with switching buffers rapidly causing errors by remembering the ↵w0rp
buffer and passing the buffer value to various functions.
2016-09-13Add a linter rule for Python code.w0rp