blob: f1f413954bf2431a43808644cfd4df7805d8fb2b (
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=ansible-lint
CompilerSet errorformat=%Z%f:%l\ %m,%Z%f:%l,%E%\\%%(%\\S%\\)%\\@=%m,%C%\\%%(%\\S%\\)%\\@=%m,%-G
|