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

Commit d32c361

Browse files
authored
Merge pull request #2229 from netzvieh/ansible_lint_new_format
Checker ansible/ansible_lint: fix errorformat
2 parents a18e26d + 4e208f5 commit d32c361

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)