Add PEP8 handler test.

This commit is contained in:
Bjorn Neergaard
2016-10-20 22:52:25 -05:00
parent a2e4af1626
commit c697ef05bb
2 changed files with 30 additions and 2 deletions

View File

@@ -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: