diff options
author | w0rp <devw0rp@gmail.com> | 2017-06-21 22:38:56 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-06-21 22:38:56 +0100 |
commit | 93539e10de2a7ca309ec04150e0c61774e6f39db (patch) | |
tree | 46e41d2c0ef8469341ba867529456778e35f7beb | |
parent | dab6f39eb0b5d0dd77a8dc3fe58d0648d82696f7 (diff) | |
download | ale-93539e10de2a7ca309ec04150e0c61774e6f39db.zip |
Document the new phpcs options
-rw-r--r-- | doc/ale-php.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt index ee7e5037..33bcbaba 100644 --- a/doc/ale-php.txt +++ b/doc/ale-php.txt @@ -5,6 +5,14 @@ ALE PHP Integration *ale-php-options* ------------------------------------------------------------------------------- phpcs *ale-php-phpcs* +g:ale_php_phpcs_executable *g:ale_php_phpcs_executable* + *b:ale_php_phpcs_executable* + Type: |String| + Default: `'phpcs'` + + See |ale-integrations-local-executables| + + g:ale_php_phpcs_standard *g:ale_php_phpcs_standard* *b:ale_php_phpcs_standard* Type: |String| @@ -15,6 +23,14 @@ g:ale_php_phpcs_standard *g:ale_php_phpcs_standard* PEAR coding standard, or the standard you have set as the default. +g:ale_php_phpcs_use_global *g:ale_php_phpcs_use_global* + *b:ale_php_phpcs_use_global* + Type: |Number| + Default: `0` + + See |ale-integrations-local-executables| + + ------------------------------------------------------------------------------ phpmd *ale-php-phpmd* |