summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsuya Takagi <asoftonight@gmail.com>2021-01-14 09:54:26 +0900
committerAtsuya Takagi <asoftonight@gmail.com>2021-01-23 00:08:01 +0900
commit33485ffb92e3718978793d24850d2adb2b08dbc2 (patch)
tree4c1fc6d8660525594def4898316c179f0c60f015
parent8d5b3e827df3fa21de32cd367dca95b76f9b0199 (diff)
downloadale-33485ffb92e3718978793d24850d2adb2b08dbc2.zip
document the variables can be set for the linter
-rw-r--r--doc/ale-vala.txt14
1 files 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.
===============================================================================