diff options
author | Horacio Sanson <hsanson@gmail.com> | 2021-01-23 16:05:26 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-23 16:05:26 +0900 |
commit | a6dfc611f6694e183c6b22a40b1064156b4603cf (patch) | |
tree | 56747c7c2181a9769ea6bfb2ed17e16b9cb61116 /doc/ale-apkbuild.txt | |
parent | 3c3dcd40412f593d315383e6c2ca898fc8fb7dc4 (diff) | |
parent | d7ed80346c2cc9ddf9d72a075d5516d24708034a (diff) | |
download | ale-a6dfc611f6694e183c6b22a40b1064156b4603cf.zip |
Merge pull request #3424 from maxice8/atools
Add support for Alpine Linux APKBUILD
Diffstat (limited to 'doc/ale-apkbuild.txt')
-rw-r--r-- | doc/ale-apkbuild.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/ale-apkbuild.txt b/doc/ale-apkbuild.txt new file mode 100644 index 00000000..05261400 --- /dev/null +++ b/doc/ale-apkbuild.txt @@ -0,0 +1,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: |