Skip to content

Commit 3340218

Browse files
Update csc.json
1 parent 6b27526 commit 3340218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/csc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"owner": "csc",
55
"pattern": [
66
{
7-
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(\\w+\\d+):\\s*(.*?)\\s+\\[(.*?)\\]$",
7+
"regexp": "^([^\s].*)\((\d+)(?:,\d+|,\d+,\d+)?\):\s+(error|warning)\s+([a-zA-Z]+(?<!MSB)\d+):\s*(.*?)\s+\[(.*?)\]$",
88
"file": 1,
9-
"location": 2,
9+
"line": 2,
1010
"severity": 3,
1111
"code": 4,
1212
"message": 5,

0 commit comments

Comments
 (0)