Add psalm linter for PHP (#1893)

This commit is contained in:
Richard Marmorstein
2018-09-27 11:48:47 -04:00
committed by w0rp
parent 58ceb21cbc
commit 947360f714
6 changed files with 77 additions and 2 deletions

View File

@@ -169,6 +169,16 @@ g:ale_php_phpstan_configuration *g:ale_php_phpstan_configuration*
This variable sets path to phpstan configuration file.
===============================================================================
psalm *ale-php-psalm*
g:ale_php_psalm_executable *g:ale_php_psalm_executable*
*b:ale_php_psalm_executable*
Type: |String|
Default: `'psalm'`
This variable sets the executable used for psalm.
===============================================================================
php-cs-fixer *ale-php-php-cs-fixer*