diff options
author | David Sierra DiazGranados <davidsierradz@gmail.com> | 2017-11-05 13:53:12 -0500 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-11-05 18:53:12 +0000 |
commit | 7086586b1776d2b5f3bf87a7f0c25595a5d7e1b0 (patch) | |
tree | 6291c26a2c6529864ae80444b1d360bb9e7b4cf5 /doc | |
parent | 7b5108d934d8682490ab3d9af25361e06a3df3f8 (diff) | |
download | ale-7086586b1776d2b5f3bf87a7f0c25595a5d7e1b0.zip |
Add executable option for phpmd linter (resolves #1076) (#1078)
* Add executable option for phpmd linter (resolves #1076)
* Add test for phpmd executable option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-php.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt index f09c95fd..455472f7 100644 --- a/doc/ale-php.txt +++ b/doc/ale-php.txt @@ -121,6 +121,14 @@ g:ale_php_phpcs_use_global *g:ale_php_phpcs_use_global* =============================================================================== phpmd *ale-php-phpmd* +g:ale_php_phpmd_executable *g:ale_php_phpmd_executable* + *b:ale_php_phpmd_executable* + Type: |String| + Default: `'phpmd'` + + This variable sets executable used for phpmd. + + g:ale_php_phpmd_ruleset *g:ale_php_phpmd_ruleset* *b:ale_php_phpmd_ruleset* Type: |String| |