mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-24 21:11:28 +08:00
correctly parse eslint warning type
This commit is contained in:
@@ -23,7 +23,8 @@ function! ale_linters#javascript#eslint#Handle(buffer, lines)
|
||||
endif
|
||||
|
||||
let text = l:match[3]
|
||||
let marker_parts = l:match[4]
|
||||
let marker = l:match[4]
|
||||
let marker_parts = split(marker, '/')
|
||||
let type = marker_parts[0]
|
||||
|
||||
if len(marker_parts) == 2
|
||||
|
||||
Reference in New Issue
Block a user