Merge pull request #537 from brendanjerwin/fix_coffeelint_options
Fix CoffeeLint parameter overrides
This commit is contained in:
commit
3e463db48e
@ -21,6 +21,7 @@ endfunction
|
||||
function! SyntaxCheckers_coffee_coffeelint_GetLocList()
|
||||
let makeprg = syntastic#makeprg#build({
|
||||
\ 'exe': 'coffeelint',
|
||||
\ 'subchecker': 'coffeelint',
|
||||
\ 'args': '--csv' })
|
||||
let efm = '%f\,%l\,%trror\,%m'
|
||||
return SyntasticMake({ 'makeprg': makeprg, 'errorformat': efm, 'subtype': 'Style' })
|
||||
|
Loading…
Reference in New Issue
Block a user