summaryrefslogtreecommitdiff
path: root/doc/ale-dockerfile.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-dockerfile.txt')
-rw-r--r--doc/ale-dockerfile.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/ale-dockerfile.txt b/doc/ale-dockerfile.txt
index 51b9acc1..5d955404 100644
--- a/doc/ale-dockerfile.txt
+++ b/doc/ale-dockerfile.txt
@@ -26,6 +26,31 @@ g:ale_dockerfile_dockerfile_lint_options
===============================================================================
+dockerlinter *ale-dockerfile-dockerlinter*
+
+g:ale_dockerfile_dockerlinter_executable
+ *g:ale_dockerfile_dockerlinter_executable*
+ *b:ale_dockerfile_dockerlinter_executable*
+ Type: |String|
+ Default: `'dockerlinter'`
+
+ This variable can be changed to specify the executable used to run
+ dockerlinter.
+
+
+g:ale_dockerfile_dockerlinter_options
+ *g:ale_dockerfile_dockerlinter_options*
+ *b:ale_dockerfile_dockerlinter_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be changed to add additional command-line arguments to
+ the dockerfile lint invocation - like custom rule file definitions.
+
+ dockerlinter
+
+
+===============================================================================
dprint *ale-dockerfile-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/dockerfile