2016-10-20 14:26:56 +00:00
|
|
|
" Author: Bjorn Neergaard <bjorn@neersighted.com>
|
2016-10-20 14:23:23 +00:00
|
|
|
" Description: ansible-lint for ansible-yaml files
|
|
|
|
|
|
|
|
call ale#linter#Define('ansible', {
|
|
|
|
\ 'name': 'ansible',
|
|
|
|
\ 'executable': 'ansible',
|
|
|
|
\ 'command': g:ale#util#stdin_wrapper . ' .yml ansible-lint -p',
|
|
|
|
\ 'callback': 'ale#handlers#HandlePEP8Format',
|
|
|
|
\})
|