mirror of
https://github.com/dense-analysis/ale
synced 2024-12-27 16:42:19 +00:00
parent
ff0bd14efe
commit
9481f307fb
@ -110,6 +110,7 @@ function! ale_linters#python#flake8#Handle(buffer, lines) abort
|
||||
let l:item = {
|
||||
\ 'lnum': l:match[1] + 0,
|
||||
\ 'col': l:match[2] + 0,
|
||||
\ 'vcol': 1,
|
||||
\ 'text': l:match[4],
|
||||
\ 'code': l:code,
|
||||
\ 'type': 'W',
|
||||
|
Loading…
Reference in New Issue
Block a user