mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-16 01:07:06 +08:00
Merge pull request #51 from jwilliams108/eslint-warnings
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