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 /doc/ale-apkbuild.txt | |
parent | 56951932e0633454a910d10162800a6122cdaa00 (diff) | |
download | ale-d7ed80346c2cc9ddf9d72a075d5516d24708034a.zip |
Add document for apkbuild filetype
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: |