summaryrefslogtreecommitdiff
path: root/compiler/ansible-lint.vim
blob: 9427092a9d281053c5d8e65a2199a24920d07baa (plain)
1
2
3
4
5
6
7
8
9
10
11
if exists('current_compiler')
  finish
endif
let current_compiler = 'go-test'

if exists(':CompilerSet') != 2
  command -nargs=* CompilerSet setlocal <args>
endif

CompilerSet makeprg=compile\ ansible-lint
CompilerSet errorformat=%Z%f:%l\ %m,%Z%f:%l,%E%\\%%(%\\S%\\)%\\@=%m,%C%\\%%(%\\S%\\)%\\@=%m,%-G