Skip to content

Commit b80729f

Browse files
committed
Hopefully really fix the regex
1 parent a60df2a commit b80729f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codespell-matcher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"owner": "codespell-matcher-specified",
1616
"pattern": [
1717
{
18-
"regexp": "^(ERROR|WARNING):\\s+(.+):\\s+(.+)\\s+?$",
18+
"regexp": "^(ERROR|WARNING):\\s+(.+):\\s+(.+?)\\s*$",
1919
"file": 3,
2020
"severity": 1,
2121
"message": 2

0 commit comments

Comments
 (0)