b8359c1114
* 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
16 lines
731 B
Text
16 lines
731 B
Text
===============================================================================
|
|
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:
|