Skip to content

Commit 12b5cdf

Browse files
committed
Merge pull request #171 from jcmuller/fix-reporter-option
Update coffelint csv reporter argument
2 parents 18c6852 + e9ac857 commit 12b5cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/coffee.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ function! s:CoffeeLint(startline, endline, bang, args)
330330
endif
331331

332332
let output = system(g:coffee_linter .
333-
\ ' -s --csv' .
333+
\ ' -s --reporter csv' .
334334
\ ' ' . b:coffee_litcoffee .
335335
\ ' ' . g:coffee_lint_options .
336336
\ ' ' . a:args .

0 commit comments

Comments
 (0)