Skip to content

Commit b0b7a71

Browse files
committed
Swig problem matcher
1 parent 6cc5af1 commit b0b7a71

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/problem-matchers.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@
5151
"message": 4
5252
}
5353
]
54+
}},
55+
{
56+
"owner": "swig",
57+
"pattern": [
58+
{
59+
"regexp": "^(.*):(\d+):\\s+(Warning|Error):\\s+(.*)$",
60+
"file": 1,
61+
"line": 2,
62+
"severity": 3,
63+
"message": 4
64+
}
65+
]
5466
}
5567
]
5668
}

0 commit comments

Comments
 (0)