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.
1 ===============================================================================
2 ALE VALA Integration *ale-vala-options*
5 ===============================================================================
6 uncrustify *ale-vala-uncrustify*
8 See |ale-c-uncrustify| for information about the available options.
11 ===============================================================================
12 Vala-Lint *ale-vala-vala-lint*
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
19 Default: `'io.elementary.vala-lint'`
21 This variable can be set to specify a Vala-Lint executable file.
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
28 Default: `'vala-lint.conf'`
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.
35 ===============================================================================
36 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: