Skip to content

Commit cdf927a

Browse files
committed
Try another way to match warnings, hopefully catching the file
1 parent 64fa47d commit cdf927a

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+(.+)$",
1919
"file": 3,
2020
"severity": 1,
2121
"message": 2

0 commit comments

Comments
 (0)