From b80729f885d32f78a716c2f107b4db1025001c42 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Tue, 26 May 2020 17:22:56 +0100 Subject: [PATCH] Hopefully really fix the regex --- codespell-matcher.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codespell-matcher.json b/codespell-matcher.json index 8fd190e..cded56c 100644 --- a/codespell-matcher.json +++ b/codespell-matcher.json @@ -15,7 +15,7 @@ "owner": "codespell-matcher-specified", "pattern": [ { - "regexp": "^(ERROR|WARNING):\\s+(.+):\\s+(.+)\\s+?$", + "regexp": "^(ERROR|WARNING):\\s+(.+):\\s+(.+?)\\s*$", "file": 3, "severity": 1, "message": 2