diff --git a/.github/csc.json b/.github/csc.json index 43f8a37..61f4ae4 100644 --- a/.github/csc.json +++ b/.github/csc.json @@ -4,12 +4,13 @@ "owner": "csc", "pattern": [ { - "regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(\\w+\\d+)\\s*:\\s*(.*)$", + "regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(\\w+\\d+):\\s*(.*?)\\s+\\[(.*?)\\]$", "file": 1, "location": 2, "severity": 3, "code": 4, - "message": 5 + "message": 5, + "fromPath": 6 } ] }