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