diff options
author | w0rp <devw0rp@gmail.com> | 2017-03-28 23:25:44 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-03-28 23:25:44 +0100 |
commit | d7f8324c3c9b9eb6ea49591fc4fa37948996170d (patch) | |
tree | 8a342445f96fbbb904895babba106139c7dc22a2 /doc/ale-yaml.txt | |
parent | 094eeb267397acdc7eb35498f06088aec1eb339a (diff) | |
download | ale-d7f8324c3c9b9eb6ea49591fc4fa37948996170d.zip |
Move linter documentation into separate files
Diffstat (limited to 'doc/ale-yaml.txt')
-rw-r--r-- | doc/ale-yaml.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/ale-yaml.txt b/doc/ale-yaml.txt new file mode 100644 index 00000000..ab31d1f6 --- /dev/null +++ b/doc/ale-yaml.txt @@ -0,0 +1,25 @@ +=============================================================================== +ALE Yaml Integration *ale-yaml-options* + + +------------------------------------------------------------------------------- +yamllint *ale-yaml-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. + + +------------------------------------------------------------------------------- + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |