aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doc/ale-vala.txt
blob: 6912793c472293c94a1e1fcc2aa1e5410e3e24c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
===============================================================================
ALE VALA Integration                                         *ale-vala-options*


===============================================================================
uncrustify                                                *ale-vala-uncrustify*

See |ale-c-uncrustify| for information about the available options.


===============================================================================
Vala-Lint                                                  *ale-vala-vala-lint*

                                        *ale-options.vala_vala_lint_executable*
                                              *g:ale_vala_vala_lint_executable*
                                              *b:ale_vala_vala_lint_executable*
g:ale_vala_vala_lint_executable
  Type: |String|
  Default: `'io.elementary.vala-lint'`

  This variable can be set to specify a Vala-Lint executable file.

                                   *ale-options.vala_vala_lint_config_filename*
                                         *g:ale_vala_vala_lint_config_filename*
                                         *b:ale_vala_vala_lint_config_filename*
g:ale_vala_vala_lint_config_filename
  Type: |String|
  Default: `'vala-lint.conf'`

  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.


===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: