document the variables can be set for the linter

This commit is contained in:
Atsuya Takagi 2021-01-14 09:54:26 +09:00
parent 8d5b3e827d
commit 33485ffb92
1 changed files with 8 additions and 6 deletions

View File

@ -11,12 +11,12 @@ See |ale-c-uncrustify| for information about the available options.
===============================================================================
Vala-Lint *ale-vala-vala-lint*
g:ale_vala_vala_lint_enable_config *g:vala_vala_lint_enable_config*
*b:vala_vala_lint_enable_config*
Type: |Number|
Default: `'0'`
g:vala_vala_lint_executable *g:vala_vala_lint_executable*
*b:vala_vala_lint_executable*
Type: |String|
Default: `'io.elementary.vala-lint'`
This variable can be set to enable or diable the use of Vala-Lint config file.
This variable can be set to specify a Vala-Lint executable file.
g:vala_vala_lint_config_filename *g:vala_vala_lint_config_filename*
@ -24,7 +24,9 @@ g:vala_vala_lint_config_filename *g:vala_vala_lint_config_filename*
Type: |String|
Default: `'vala-lint.conf'`
This variable can be set to specify a Vala-Lint config filename.
This variable can be set to specify a Vala-Lint config filename. When a file
with the specified name was not found or this variable was set to empty,
Vala-Lint will be executed without specifying a config filename.
===============================================================================