Skip to content

Commit 6f7ce4e

Browse files
Update csc.json
1 parent d9fc1a3 commit 6f7ce4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/csc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"owner": "csc",
55
"pattern": [
66
{
7-
"regexp": "^([^\\s].*)\((\\d+)(?:,\\d+|,\\d+,\\d+)?\\):\\s+(error|warning)\\s+([a-zA-Z]+(?<!MSB)\\d+):\\s*(.*?)\\s+\\[(.*?)\\]$",
7+
"regexp": "^([^\\s].*)\\((\\d+)(?:,\\d+|,\\d+,\\d+)?\\):\\s+(error|warning)\\s+([a-zA-Z]+(?<!MSB)\\d+):\\s*(.*?)\\s+\\[(.*?)\\]$",
88
"file": 1,
99
"line": 2,
1010
"severity": 3,

0 commit comments

Comments
 (0)