Add the possiblity to add extra psalm options

This commit is contained in:
Grégoire Paris
2019-07-25 23:01:53 +02:00
parent f932211309
commit 95b8689835
3 changed files with 21 additions and 1 deletions

View File

@@ -189,6 +189,13 @@ g:ale_php_psalm_executable *g:ale_php_psalm_executable*
This variable sets the executable used for psalm.
g:ale_psalm_langserver_options *g:ale_psalm_langserver_options*
*b:ale_psalm_langserver_options*
Type: |String|
Default: `''`
This variable can be set to pass additional options to psalm.
===============================================================================
php-cs-fixer *ale-php-php-cs-fixer*