summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorAlex Masterov <alex.masterow@gmail.com>2017-02-15 11:12:24 +0300
committerAlex Masterov <alex.masterow@gmail.com>2017-02-15 11:36:16 +0300
commit7ef1d485fedd3ea44e48fb44b494ff2698247d5d (patch)
tree6305468115ca801a9c0796977dfc874da109301b /doc/ale.txt
parent4e082b9217e95c442bc3fab1a7ea55a26ef8703e (diff)
downloadale-7ef1d485fedd3ea44e48fb44b494ff2698247d5d.zip
Add yamllint option to pass in more options
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index e3eaacae..abb0c000 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -40,6 +40,7 @@ CONTENTS *ale-contents*
4.28. phpmd...........................|ale-linter-options-phpmd|
4.29. xo..............................|ale-linter-options-xo|
4.30. javac...........................|ale-linter-options-javac|
+ 4.31. yamllint........................|ale-linter-options-yamllint|
5. Linter Integration Notes.............|ale-linter-integration|
5.1. merlin..........................|ale-linter-integration-ocaml-merlin|
5.2. rust.............................|ale-integration-rust|
@@ -976,6 +977,24 @@ g:ale_java_javac_options *g:ale_java_javac_options*
This variable can be set to pass additional options to javac.
+------------------------------------------------------------------------------
+4.31. yamllint *ale-linter-options-yamllint*
+
+g:ale_yaml_yamllint_executable *g:ale_yaml_yamllint_executable*
+
+ Type: |String|
+ Default: `'yamllint'`
+
+ This variable can be set to change the path to yamllint.
+
+
+g:ale_yaml_yamllint_options *g:ale_yaml_yamllint_options*
+
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass additional options to yamllint.
+
===============================================================================
5. Linter Integration Notes *ale-linter-integration*