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.
此提交包含在:
@@ -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',
|
||||
|
||||
新增問題並參考
封鎖使用者