mirror of
https://github.com/dense-analysis/ale.git
synced 2026-03-02 05:16:59 +08:00
wip
This commit is contained in:
@@ -51,6 +51,7 @@ function! ale_linters#python#ty#Handle(buffer, lines) abort
|
||||
let l:output = []
|
||||
|
||||
let l:items = json_decode(join(a:lines, ''))
|
||||
|
||||
if empty(l:items)
|
||||
return l:output
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user