]> git.ipfire.org Git - thirdparty/git.git/blob - ci/git-problem-matcher.json
Merge branch 'ds/sparse-updates-oob-access-fix'
[thirdparty/git.git] / ci / git-problem-matcher.json
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 }