coffeelint: remove unused and unneeded coffelint args option

This commit is contained in:
Martin Grenfell 2013-02-15 10:14:34 +00:00
parent 1d681c546d
commit 0fcf795140

View File

@ -9,10 +9,6 @@
" See http://sam.zoy.org/wtfpl/COPYING for more details.
"
"============================================================================
if !exists('g:syntastic_coffee_lint_options')
let g:syntastic_coffee_lint_options = ""
endif
function! SyntaxCheckers_coffee_coffeelint_IsAvailable()
return executable('coffeelint')
endfunction