1 {
2 "//@npmcli/template-oss": "This file is automatically added by @npmcli/template-oss. Do not edit.",
3 "problemMatcher": [
4 {
5 "owner": "tap",
6 "pattern": [
7 {
8 "regexp": "^\\s*not ok \\d+ - (.*)",
9 "message": 1
10 },
11 {
12 "regexp": "^\\s*---"
13 },
14 {
15 "regexp": "^\\s*at:"
16 },
17 {
18 "regexp": "^\\s*line:\\s*(\\d+)",
19 "line": 1
20 },
21 {
22 "regexp": "^\\s*column:\\s*(\\d+)",
23 "column": 1
24 },
25 {
26 "regexp": "^\\s*file:\\s*(.*)",
27 "file": 1
28 }
29 ]
30 }
31 ]
32 }