Fix pattern of output for coffeelint

This commit is contained in:
Naoya Inada
2017-03-13 20:09:49 +09:00
parent c2ceb9e085
commit e969d97843
2 changed files with 21 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ function! ale_linters#coffee#coffeelint#Handle(buffer, lines) abort
" stdin,14,,error,Throwing strings is forbidden
"
" Note that we currently ignore lineNumberEnd for multiline errors
let l:pattern = 'stdin,\(\d\+\),\(\d*\),\(.\+\),\(.\+\)'
let l:pattern = 'stdin,\(\d\+\),\(\d*\),\(.\{-1,}\),\(.\+\)'
let l:output = []
for l:line in a:lines