Merge pull request #765 from AsaAyers/master
Coffeelint: Fixed errorformat, last line is optional
This commit is contained in:
commit
7ad0ef81a5
@ -26,9 +26,9 @@ function! SyntaxCheckers_coffee_coffeelint_GetLocList()
|
||||
\ 'subchecker': 'coffeelint' })
|
||||
|
||||
let errorformat =
|
||||
\ '%f\,%l\,%\d%\+\,%trror\,%m,' .
|
||||
\ '%f\,%l\,%\d%#\,%trror\,%m,' .
|
||||
\ '%f\,%l\,%trror\,%m,' .
|
||||
\ '%f\,%l\,%\d%\+\,%tarn\,%m,' .
|
||||
\ '%f\,%l\,%\d%#\,%tarn\,%m,' .
|
||||
\ '%f\,%l\,%tarn\,%m'
|
||||
|
||||
return SyntasticMake({
|
||||
|
Loading…
Reference in New Issue
Block a user