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',
|
2017-02-11 19:40:57 +00:00
|
|
|
\ 'command': 'ansible-lint -p %t',
|
2017-04-24 21:27:18 +00:00
|
|
|
\ 'callback': 'ale#handlers#python#HandlePEP8Format',
|
2016-10-20 14:23:23 +00:00
|
|
|
\})
|