Skip to content

Commit 6b27526

Browse files
Adding fromPath to csc.json
1 parent be484e6 commit 6b27526

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/csc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
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+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(\\w+\\d+):\\s*(.*?)\\s+\\[(.*?)\\]$",
88
"file": 1,
99
"location": 2,
1010
"severity": 3,
1111
"code": 4,
12-
"message": 5
12+
"message": 5,
13+
"fromPath": 6
1314
}
1415
]
1516
}

0 commit comments

Comments
 (0)