Use the default coding standard which phpcs is configured to use
see http://pear.php.net/manual/en/package.php.php-codesniffer.config-options.php#package.php.php-codesniffer.config-options.php-codesniffer.default-standard
This commit is contained in:
parent
2616623bb9
commit
4b68c72506
@ -21,7 +21,7 @@ endif
|
||||
|
||||
"Support passing configuration directives to phpcs
|
||||
if !exists("g:syntastic_phpcs_conf")
|
||||
let g:syntastic_phpcs_conf = "--standard=Zend"
|
||||
let g:syntastic_phpcs_conf = ""
|
||||
endif
|
||||
|
||||
if !exists("g:syntastic_phpcs_disable")
|
||||
|
Loading…
Reference in New Issue
Block a user