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 APKBUILD Integration *ale-apkbuild-options*
5 ===============================================================================
6 apkbuild-fixer *ale-apkbuild-apkbuild-fixer*
8 *ale-options.apkbuild_apkbuild_fixer_options*
9 *g:ale_apkbuild_apkbuild_fixer_options*
10 *b:ale_apkbuild_apkbuild_fixer_options*
11 apkbuild_apkbuild_fixer_options
12 g:ale_apkbuild_apkbuild_fixer_options
16 This variable can be set to pass additional options to the apkbuild_fixer
19 *ale-options.apkbuild_apkbuild_fixer_executable*
20 *g:ale_apkbuild_apkbuild_fixer_executable*
21 *b:ale_apkbuild_apkbuild_fixer_executable*
22 apkbuild_apkbuild_fixer_executable
23 g:ale_apkbuild_apkbuild_fixer_executable
25 Default: `'apkbuild-fixer'`
27 This variable can be modified to change the executable path for
30 *ale-options.apkbuild_apkbuild_fixer_lint_executable*
31 *g:ale_apkbuild_apkbuild_fixer_lint_executable*
32 *b:ale_apkbuild_apkbuild_fixer_lint_executable*
33 apkbuild_apkbuild_fixer_lint_executable
34 g:ale_apkbuild_apkbuild_fixer_lint_executable
36 Default: `'apkbuild-fixer'`
38 This variable can be modified to change the executable path for
39 `apkbuild-lint`, the binary used to find violations.
42 ===============================================================================
43 apkbuild-lint *ale-apkbuild-apkbuild-lint*
45 *ale-options.apkbuild_apkbuild_lint_executable*
46 *g:ale_apkbuild_apkbuild_lint_executable*
47 *b:ale_apkbuild_apkbuild_lint_executable*
48 apkbuild_apkbuild_lint_executable
49 g:ale_apkbuild_apkbuild_lint_executable
51 Default: `'apkbuild-lint'`
53 This variable can be set to change the path to apkbuild-lint
56 ===============================================================================
57 secfixes-check *ale-apkbuild-secfixes-check*
59 *ale-options.apkbuild_secfixes_check_executable*
60 *g:ale_apkbuild_secfixes_check_executable*
61 *b:ale_apkbuild_secfixes_check_executable*
62 apkbuild_secfixes_check_executable
63 g:ale_apkbuild_secfixes_check_executable
65 Default: `'secfixes-check'`
67 This variable can be set to change the path to secfixes-check
70 ===============================================================================
71 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: