From 39bfcfef74694d199100e603667c24620f8c2657 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Thu, 10 Oct 2019 17:25:06 -0400 Subject: [PATCH] Update csc.json --- .github/csc.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 } ] }