Added phpcs options support as described in #257

This commit is contained in:
matthias
2018-08-16 16:44:41 +02:00
parent ad8b260519
commit 02fdfcda58
2 changed files with 12 additions and 1 deletions

View File

@@ -114,6 +114,13 @@ g:ale_php_phpcs_use_global *g:ale_php_phpcs_use_global*
See |ale-integrations-local-executables|
g:ale_php_phpcs_options *g:ale_php_phpcs_options*
*b:ale_php_phpcs_options*
Type: |String|
Default: `''`
This variable can be set to pass additional options to php-cs
===============================================================================
phpmd *ale-php-phpmd*