Add support for Bash and other shells. Add support for reading from stderr, and for generating the executable from functions. Both were needed to support shell linting.

此提交包含在:
w0rp
2016-09-15 20:20:41 +01:00
父節點 d3047c9cf6
當前提交 8cc28cdfbd
共有 5 個檔案被更改,包括 133 行新增14 行删除

查看文件

@@ -45,6 +45,7 @@ function! ale_linters#python#flake8#Handle(buffer, lines)
endfunction
call ALEAddLinter('python', {
\ 'name': 'flake8',
\ 'executable': 'flake8',
\ 'command': 'flake8 -',
\ 'callback': 'ale_linters#python#flake8#Handle',