mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 04:52:29 +08:00
updating config option format and adding to doc
This commit is contained in:
@@ -11,8 +11,8 @@ function! ale_linters#php#phpcs#GetCommand(buffer)
|
||||
let command = 'phpcs -s --report=emacs --stdin-path=%s'
|
||||
|
||||
" This option can be set to change the standard used by phpcs
|
||||
if exists('g:ale_linters_php_phpcs_standard')
|
||||
let command .= ' --standard=' . g:ale_linters_php_phpcs_standard
|
||||
if exists('g:ale_php_phpcs_standard')
|
||||
let command .= ' --standard=' . g:ale_php_phpcs_standard
|
||||
endif
|
||||
|
||||
return command
|
||||
|
||||
Reference in New Issue
Block a user