diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-11-01 02:50:24 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-22 14:04:26 -0300 |
commit | d7ed80346c2cc9ddf9d72a075d5516d24708034a (patch) | |
tree | fdea59291fc9c4e975ac1e6ca0debfd00383ce81 | |
parent | 56951932e0633454a910d10162800a6122cdaa00 (diff) | |
download | ale-d7ed80346c2cc9ddf9d72a075d5516d24708034a.zip |
Add document for apkbuild filetype
-rw-r--r-- | doc/ale-apkbuild.txt | 30 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 33 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: diff --git a/doc/ale.txt b/doc/ale.txt index a181d78a..08b2f0e6 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2599,6 +2599,9 @@ documented in additional help files. gnatpp................................|ale-ada-gnatpp| ansible.................................|ale-ansible-options| ansible-lint..........................|ale-ansible-ansible-lint| + apkbuild................................|ale-apkbuild-options| + apkbuild-lint.........................|ale-apkbuild-apkbuild-lint| + secfixes-check........................|ale-apkbuild-secfixes-check| asciidoc................................|ale-asciidoc-options| write-good............................|ale-asciidoc-write-good| textlint..............................|ale-asciidoc-textlint| |