]> git.madduck.net Git - etc/vim.git/blob - doc/ale-vala.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Squashed '.vim/bundle/ale/' content from commit 22185c4c
[etc/vim.git] / doc / ale-vala.txt
1 ===============================================================================
2 ALE VALA Integration                                         *ale-vala-options*
3
4
5 ===============================================================================
6 uncrustify                                                *ale-vala-uncrustify*
7
8 See |ale-c-uncrustify| for information about the available options.
9
10
11 ===============================================================================
12 Vala-Lint                                                  *ale-vala-vala-lint*
13
14                                         *ale-options.vala_vala_lint_executable*
15                                               *g:ale_vala_vala_lint_executable*
16                                               *b:ale_vala_vala_lint_executable*
17 g:ale_vala_vala_lint_executable
18   Type: |String|
19   Default: `'io.elementary.vala-lint'`
20
21   This variable can be set to specify a Vala-Lint executable file.
22
23                                    *ale-options.vala_vala_lint_config_filename*
24                                          *g:ale_vala_vala_lint_config_filename*
25                                          *b:ale_vala_vala_lint_config_filename*
26 g:ale_vala_vala_lint_config_filename
27   Type: |String|
28   Default: `'vala-lint.conf'`
29
30   This variable can be set to specify a Vala-Lint config filename. When a file
31   with the specified name was not found or this variable was set to empty,
32   Vala-Lint will be executed without specifying a config filename.
33
34
35 ===============================================================================
36 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: