Merge pull request #2819 from greg0ire/psalm_extra_options

Add the possiblity to add extra psalm options
This commit is contained in:
w0rp
2019-10-29 17:21:01 +00:00
committed by GitHub
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*