Skip to content

Commit 0e46199

Browse files
committed
use source
1 parent 53fd5c5 commit 0e46199

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/problem_matchers/gcc.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"problemMatcher": [
33
{
4+
"name": "gcc",
45
"owner": "gcc",
6+
"source": "gcc",
57
"fileLocation": [
68
"relative"
79
],

.github/problem_matchers/msvc.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"problemMatcher": [
33
{
4+
"name": "msvc",
45
"owner": "msvc",
6+
"source": "msvc",
57
"pattern": [
68
{
79
"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+),?(\\d+)?(?:,\\d+,\\d+)?\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",

0 commit comments

Comments
 (0)