We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Maintainer: Lincoln Stoll [email protected]
Specify additional options to coffeelint with g:syntastic_coffee_coffeelint_args. E.g. to specify a config file:
g:syntastic_coffee_coffeelint_args
let g:syntastic_coffee_coffeelint_args = "--csv --file config.json"
You must preserve the --csv option otherwise syntastic cannot read coffeelint's output format.
--csv