Add phan as a linter for php files (#1026)

Add phan for checking PHP code
This commit is contained in:
Diego Oliveira
2017-10-24 19:25:02 -02:00
committed by w0rp
parent c248885e57
commit b172cd8b17
5 changed files with 78 additions and 2 deletions

View File

@@ -34,6 +34,21 @@ g:ale_php_langserver_use_global *g:ale_php_langserver_use_global*
See: |ale-integrations-local-executables|
===============================================================================
phan *ale-php-phan*
WARNING: please do not use this linter if you have an configuration file
for your project because the phan will look into your entirely project and
ale will display in the current buffer warnings that may belong to other file.
g:ale_php_phan_minimum_severity *g:ale_php_phan_minimum_severity*
*b:ale_php_phan_minimum_severity*
Type: |Number|
Default: `0`
This variable defines the minimum severity level
===============================================================================
phpcbf *ale-php-phpcbf*