mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
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.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user