summaryrefslogtreecommitdiff
path: root/doc/ale-apkbuild.txt
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2021-01-23 16:05:26 +0900
committerGitHub <noreply@github.com>2021-01-23 16:05:26 +0900
commita6dfc611f6694e183c6b22a40b1064156b4603cf (patch)
tree56747c7c2181a9769ea6bfb2ed17e16b9cb61116 /doc/ale-apkbuild.txt
parent3c3dcd40412f593d315383e6c2ca898fc8fb7dc4 (diff)
parentd7ed80346c2cc9ddf9d72a075d5516d24708034a (diff)
downloadale-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.txt30
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: