Merge pull request #537 from brendanjerwin/fix_coffeelint_options

Fix CoffeeLint parameter overrides
This commit is contained in:
Martin Grenfell 2013-03-04 06:59:01 -08:00
commit 3e463db48e

View File

@ -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' })