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

Commit

Permalink
Merge pull request #2229 from netzvieh/ansible_lint_new_format
Browse files Browse the repository at this point in the history
Checker ansible/ansible_lint: fix errorformat
  • Loading branch information
lcd047 authored Nov 7, 2018
2 parents c04603e + b45a86d commit 741cc17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syntax_checkers/ansible/ansible_lint.vim
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function! SyntaxCheckers_ansible_ansible_lint_GetLocList() dict
let makeprg = self.makeprgBuild({ 'args_after': '-p' })

let errorformat =
\ '%f:%l: [E%n] %m,' .
\ '%f:%l: [EANSIBLE%n] %m,' .
\ '%f:%l: [ANSIBLE%n] %m'

Expand Down

0 comments on commit 741cc17

Please sign in to comment.