From e987c38e7c20792515c7fcab63b63e82cf14c600 Mon Sep 17 00:00:00 2001 From: Lauren Prinn Date: Tue, 9 Jun 2020 19:11:02 -0400 Subject: [PATCH] Update csc.json We changed the console logger's output to separate the outputted properties and the file path with a ">" symbol. --- .github/csc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/csc.json b/.github/csc.json index 7747606..ecf6afb 100644 --- a/.github/csc.json +++ b/.github/csc.json @@ -4,7 +4,7 @@ "owner": "csc", "pattern": [ { - "regexp": "^([^\\s].*)\\((\\d+)(?:,\\d+|,\\d+,\\d+)?\\):\\s+(error|warning)\\s+([a-zA-Z]+(?]+).*\\]$", "file": 1, "line": 2, "severity": 3,