phpcs: move --tab-width to args.
This commit is contained in:
parent
ffe3085a80
commit
bb8e259e31
@ -23,7 +23,8 @@ set cpo&vim
|
|||||||
|
|
||||||
function! SyntaxCheckers_php_phpcs_GetLocList() dict
|
function! SyntaxCheckers_php_phpcs_GetLocList() dict
|
||||||
let makeprg = self.makeprgBuild({
|
let makeprg = self.makeprgBuild({
|
||||||
\ 'args_after': '--report=csv --tab-width=' . &tabstop })
|
\ 'args': '--tab-width=' . &tabstop,
|
||||||
|
\ 'args_after': '--report=csv' })
|
||||||
|
|
||||||
let errorformat =
|
let errorformat =
|
||||||
\ '%-GFile\,Line\,Column\,Type\,Message\,Source\,Severity,'.
|
\ '%-GFile\,Line\,Column\,Type\,Message\,Source\,Severity,'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user