From be484e6cb403e208a81a7fcf736b3b2e271435e2 Mon Sep 17 00:00:00 2001 From: Stanley Goldman Date: Mon, 16 Dec 2019 09:30:46 -0500 Subject: [PATCH] Expanding the format of detected warnings errors --- .github/csc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/csc.json b/.github/csc.json index 764ede5..43f8a37 100644 --- a/.github/csc.json +++ b/.github/csc.json @@ -4,7 +4,7 @@ "owner": "csc", "pattern": [ { - "regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(CS\\d+)\\s*:\\s*(.*)$", + "regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(\\w+\\d+)\\s*:\\s*(.*)$", "file": 1, "location": 2, "severity": 3, @@ -14,4 +14,4 @@ ] } ] -} \ No newline at end of file +}