summaryrefslogtreecommitdiff
path: root/doc/ale-apkbuild.txt
blob: 052614009b2465f9cc7e194c9a02f2f352d59208 (plain)
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
===============================================================================
ALE APKBUILD Integration                                 *ale-apkbuild-options*


===============================================================================
apkbuild-lint                                      *ale-apkbuild-apkbuild-lint*

g:ale_apkbuild_apkbuild_lint_executable                  
                                      *g:ale_apkbuild_apkbuild_lint_executable*
                                      *b:ale_apkbuild_apkbuild_lint_executable*

  Type: |String|
  Default: `'apkbuild-lint'`

  This variable can be set to change the path to apkbuild-lint

===============================================================================
secfixes-check                                    *ale-apkbuild-secfixes-check*

g:ale_apkbuild_secfixes_check_executable
                                     *g:ale_apkbuild_secfixes_check_executable*
                                     *b:ale_apkbuild_secfixes_check_executable*

  Type: |String|
  Default: `'secfixes-check'`

  This variable can be set to change the path to secfixes-check

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