]> git.ipfire.org Git - thirdparty/git.git/blame - ci/git-problem-matcher.json
blame.c: replace instance of !oidcmp for oideq
[thirdparty/git.git] / ci / git-problem-matcher.json
CommitLineData
676eb0c1
JS
1{
2 "problemMatcher": [
3 {
4 "owner": "git-test-suite",
5 "pattern": [
6 {
7 "regexp": "^([^ :]+\\.sh):(\\d+): (error|warning|info):\\s+(.*)$",
8 "file": 1,
9 "line": 2,
10 "severity": 3,
11 "message": 4
12 }
13 ]
14 }
15 ]
16}