From 93539e10de2a7ca309ec04150e0c61774e6f39db Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 21 Jun 2017 22:38:56 +0100 Subject: [PATCH] Document the new phpcs options --- doc/ale-php.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/ale-php.txt b/doc/ale-php.txt index ee7e503..33bcbab 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*