Skip to content

Commit e5ef5c2

Browse files
committed
npm run build
1 parent 399628f commit e5ef5c2

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

dist/gcc_matcher.jsontemplate

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
"owner": "gcc-problem-matcher",
55
"pattern": [
66
{
7-
"regexp": "^(${{ BASE }}\\/?)(.*?):(\\d+):(\\d*):?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
8-
"fromPath": 1,
9-
"file": 2,
10-
"line": 3,
11-
"column": 4,
12-
"severity": 5,
13-
"message": 6
7+
"regexp": "^${{ BASE }}\\/?(.*?):(\\d+):(\\d*):?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
8+
"file": 1,
9+
"line": 2,
10+
"column": 3,
11+
"severity": 4,
12+
"message": 5
1413
}
1514
]
1615
}

0 commit comments

Comments
 (0)