Add executable option for phpmd linter (resolves #1076) (#1078)

* Add executable option for phpmd linter (resolves #1076)
* Add test for phpmd executable option
This commit is contained in:
David Sierra DiazGranados
2017-11-05 13:53:12 -05:00
committed by w0rp
parent 7b5108d934
commit 7086586b17
3 changed files with 40 additions and 3 deletions

View File

@@ -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|