document the variables can be set for the linter
This commit is contained in:
parent
8d5b3e827d
commit
33485ffb92
1 changed files with 8 additions and 6 deletions
|
@ -11,12 +11,12 @@ See |ale-c-uncrustify| for information about the available options.
|
||||||
===============================================================================
|
===============================================================================
|
||||||
Vala-Lint *ale-vala-vala-lint*
|
Vala-Lint *ale-vala-vala-lint*
|
||||||
|
|
||||||
g:ale_vala_vala_lint_enable_config *g:vala_vala_lint_enable_config*
|
g:vala_vala_lint_executable *g:vala_vala_lint_executable*
|
||||||
*b:vala_vala_lint_enable_config*
|
*b:vala_vala_lint_executable*
|
||||||
Type: |Number|
|
Type: |String|
|
||||||
Default: `'0'`
|
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*
|
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|
|
Type: |String|
|
||||||
Default: `'vala-lint.conf'`
|
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.
|
||||||
|
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
Reference in a new issue