From 33485ffb92e3718978793d24850d2adb2b08dbc2 Mon Sep 17 00:00:00 2001 From: Atsuya Takagi Date: Thu, 14 Jan 2021 09:54:26 +0900 Subject: [PATCH] document the variables can be set for the linter --- doc/ale-vala.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/ale-vala.txt b/doc/ale-vala.txt index 94bf5400..d48f68bb 100644 --- a/doc/ale-vala.txt +++ b/doc/ale-vala.txt @@ -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. ===============================================================================