mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Add PEP8 handler test.
This commit is contained in:
@@ -99,11 +99,11 @@ function! ale#handlers#HandleCppCheckFormat(buffer, lines) abort
|
||||
\ 'nr': -1,
|
||||
\})
|
||||
endfor
|
||||
return l:output
|
||||
|
||||
return l:output
|
||||
endfunction
|
||||
|
||||
function! ale#handlers#HandlePEP8Format(buffer, lines)
|
||||
function! ale#handlers#HandlePEP8Format(buffer, lines) abort
|
||||
" Matches patterns line the following:
|
||||
"
|
||||
" Matches patterns line the following:
|
||||
|
||||
Reference in New Issue
Block a user