2016-10-20 10:26:56 -04:00
|
|
|
" Author: Bjorn Neergaard <bjorn@neersighted.com>
|
2016-10-20 10:23:23 -04:00
|
|
|
" Description: ansible-lint for ansible-yaml files
|
|
|
|
|
|
|
|
call ale#linter#Define('ansible', {
|
|
|
|
\ 'name': 'ansible',
|
|
|
|
\ 'executable': 'ansible',
|
2017-02-11 14:40:57 -05:00
|
|
|
\ 'command': 'ansible-lint -p %t',
|
2016-10-20 10:23:23 -04:00
|
|
|
\ 'callback': 'ale#handlers#HandlePEP8Format',
|
|
|
|
\})
|