]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/doc/ale-apkbuild.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:

Do not set EDITOR/VISUAL for shell
[etc/vim.git] / .vim / bundle / ale / doc / ale-apkbuild.txt
1 ===============================================================================
2 ALE APKBUILD Integration                                 *ale-apkbuild-options*
3
4
5 ===============================================================================
6 apkbuild-fixer                                    *ale-apkbuild-apkbuild-fixer*
7
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
13   Type: |String|
14   Default: `''`
15
16   This variable can be set to pass additional options to the apkbuild_fixer
17   fixer.
18
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
24   Type: |String|
25   Default: `'apkbuild-fixer'`
26
27   This variable can be modified to change the executable path for
28   `apkbuild-fixer`.
29
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
35   Type: |String|
36   Default: `'apkbuild-fixer'`
37
38   This variable can be modified to change the executable path for
39   `apkbuild-lint`, the binary used to find violations.
40
41
42 ===============================================================================
43 apkbuild-lint                                      *ale-apkbuild-apkbuild-lint*
44
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
50   Type: |String|
51   Default: `'apkbuild-lint'`
52
53   This variable can be set to change the path to apkbuild-lint
54
55
56 ===============================================================================
57 secfixes-check                                    *ale-apkbuild-secfixes-check*
58
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
64   Type: |String|
65   Default: `'secfixes-check'`
66
67   This variable can be set to change the path to secfixes-check
68
69
70 ===============================================================================
71   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: