Skip to content

Commit a60df2a

Browse files
committed
Properly fix the regex to optionally ignore the trailing space
1 parent fa77482 commit a60df2a

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)