Skip to content

Commit 858bb67

Browse files
committed
Deal with any trailing whitespace
1 parent cdf927a commit 858bb67

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-warning",
1616
"pattern": [
1717
{
18-
"regexp": "^(WARNING):\\s+([^:]+):\\s+(.+)$",
18+
"regexp": "^(WARNING):\\s+([^:]+):\\s+(.+)\\s+$",
1919
"file": 3,
2020
"severity": 1,
2121
"message": 2

0 commit comments

Comments
 (0)