diff options
author | ix5 <ix5@users.noreply.github.com> | 2018-10-18 10:19:27 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2018-10-18 09:19:27 +0100 |
commit | b8359c1114229737563bde4e2478ca2309ce6e7a (patch) | |
tree | 8a1c4ec9f95f259872143d449440d93222797f8f /doc/ale-ansible.txt | |
parent | 3b38a83ae9c221e0f4589f087bfb6b43056e3943 (diff) | |
download | ale-b8359c1114229737563bde4e2478ca2309ce6e7a.zip |
Allow custom executable for ansible linters (#1977)
* Allow custom executable for ansible linters
* Add ansible-lint tests
* ansible-lint: simplify linter command
* Rename linter "ansible" to "ansible_lint"
* Add ansible-lint options to documentation
* Add alias ansible-lint for ansible_lint
Diffstat (limited to 'doc/ale-ansible.txt')
-rw-r--r-- | doc/ale-ansible.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/ale-ansible.txt b/doc/ale-ansible.txt new file mode 100644 index 00000000..3a4efaa5 --- /dev/null +++ b/doc/ale-ansible.txt @@ -0,0 +1,16 @@ +=============================================================================== +ALE Ansible Integration *ale-ansible-options* + + +=============================================================================== +ansible-lint *ale-ansible-ansible-lint* + +g:ale_ansible_ansible_lint_executable *g:ale_ansible_ansible_lint_executable* + *b:ale_ansible_ansible_lint_executable* + Type: |String| + Default: `'ansible-lint'` + + This variable can be changed to modify the executable used for ansible-lint. + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |