We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399628f commit e5ef5c2Copy full SHA for e5ef5c2
dist/gcc_matcher.jsontemplate
@@ -4,13 +4,12 @@
4
"owner": "gcc-problem-matcher",
5
"pattern": [
6
{
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
+ "regexp": "^${{ BASE }}\\/?(.*?):(\\d+):(\\d*):?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
+ "file": 1,
+ "line": 2,
+ "column": 3,
+ "severity": 4,
+ "message": 5
14
}
15
]
16
0 commit comments