diff options
author | Jose Soto <josecanhelp@gmail.com> | 2020-11-21 12:29:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 20:29:33 +0000 |
commit | e1184e31f6ed7907b0fdc51eaf4507af6f22d7d9 (patch) | |
tree | d7fc9d0a9f6b30ffaf586babc06f9fc7131cd745 /doc/ale-php.txt | |
parent | 96428425fe9ce8c5fa0718af2c6fe58deb61fadc (diff) | |
download | ale-e1184e31f6ed7907b0fdc51eaf4507af6f22d7d9.zip |
Adds support for Tlint - A Tighten Opinionated PHP Linter (#3291)
Co-authored-by: w0rp <w0rp@users.noreply.github.com>
Diffstat (limited to 'doc/ale-php.txt')
-rw-r--r-- | doc/ale-php.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/ale-php.txt b/doc/ale-php.txt index 6da21046..4ee016fb 100644 --- a/doc/ale-php.txt +++ b/doc/ale-php.txt @@ -251,6 +251,34 @@ g:ale_php_php_executable *g:ale_php_php_executable* This variable sets the executable used for php. + +=============================================================================== +tlint *ale-php-tlint* + +g:ale_php_tlint_executable *g:ale_php_tlint_executable* + *b:ale_php_tlint_executable* + Type: |String| + Default: `'tlint'` + + See |ale-integrations-local-executables| + + +g:ale_php_tlint_use_global *g:ale_php_tlint_use_global* + *b:ale_php_tlint_use_global* + Type: |Number| + Default: `get(g:, 'ale_use_global_executables', 0)` + + See |ale-integrations-local-executables| + + +g:ale_php_tlint_options *g:ale_php_tlint_options* + *b:ale_php_tlint_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to tlint + + =============================================================================== intelephense *ale-php-intelephense* @@ -277,6 +305,7 @@ g:ale_php_intelephense_use_global *g:ale_php_intelephense_use_global* See: |ale-integrations-local-executables| + g:ale_php_intelephense_config *g:ale_php_intelephense_config* *b:ale_php_intelephense_config* Type: |Dictionary| @@ -286,5 +315,6 @@ g:ale_php_intelephense_config *g:ale_php_intelephense_config* installation docs provided by intelephense (github.com/bmewburn/intelephense -docs). + =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |