From d1c07a76e8ff95e43f2a219201eedd352099c996 Mon Sep 17 00:00:00 2001 From: Lauren Prinn Date: Tue, 9 Jun 2020 17:05:48 -0400 Subject: [PATCH 1/4] Update csc.json Console logger output was changed, so updated the regular expression to match the new output. --- .github/csc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/csc.json b/.github/csc.json index d2888fd..febd619 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]+(? Date: Tue, 9 Jun 2020 17:23:26 -0400 Subject: [PATCH 2/4] Update csc.json Fixed escape characters --- .github/csc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/csc.json b/.github/csc.json index febd619..7747606 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]+(? Date: Tue, 9 Jun 2020 19:11:02 -0400 Subject: [PATCH 3/4] 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, From 9f777eda9db700236a979fc54d68221294cff83d Mon Sep 17 00:00:00 2001 From: Lauren Prinn Date: Tue, 14 Jul 2020 12:36:43 -0400 Subject: [PATCH 4/4] Update csc.json Changed symbol to :: --- .github/csc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/csc.json b/.github/csc.json index ecf6afb..3f28324 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]+(?]+).*\\]$", + "regexp": "^([^\\s].*)\\((\\d+)(?:,\\d+|,\\d+,\\d+)?\\):\\s+(error|warning)\\s+([a-zA-Z]+(?