Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 741cc17

Browse files
authored
Merge pull request #2229 from netzvieh/ansible_lint_new_format
Checker ansible/ansible_lint: fix errorformat
2 parents c04603e + b45a86d commit 741cc17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax_checkers/ansible/ansible_lint.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function! SyntaxCheckers_ansible_ansible_lint_GetLocList() dict
2929
let makeprg = self.makeprgBuild({ 'args_after': '-p' })
3030

3131
let errorformat =
32+
\ '%f:%l: [E%n] %m,' .
3233
\ '%f:%l: [EANSIBLE%n] %m,' .
3334
\ '%f:%l: [ANSIBLE%n] %m'
3435

0 commit comments

Comments
 (0)