diff --git a/.github/csc.json b/.github/csc.json index 764ede5..7033f22 100644 --- a/.github/csc.json +++ b/.github/csc.json @@ -4,14 +4,15 @@ "owner": "csc", "pattern": [ { - "regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(CS\\d+)\\s*:\\s*(.*)$", + "regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)(\\[(.+)\\/([^\\/]+)\\])$", "file": 1, "location": 2, "severity": 3, "code": 4, - "message": 5 + "message": 5, + "fromPath": 7 } ] } ] -} \ No newline at end of file +}