diff --git a/.github/csc.json b/.github/csc.json index 7abd1aa..8b2b78a 100644 --- a/.github/csc.json +++ b/.github/csc.json @@ -4,12 +4,13 @@ "owner": "csc", "pattern": [ { - "regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\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 } ] }