From 893aeb5420073ea4256537e1037c539f9d7ad71b Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Thu, 10 Oct 2019 15:05:42 -0400 Subject: [PATCH] Fix my missing quote --- .github/csc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/csc.json b/.github/csc.json index 70e71d8..7abd1aa 100644 --- a/.github/csc.json +++ b/.github/csc.json @@ -4,7 +4,7 @@ "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,