Skip to content

Commit c3d66cf

Browse files
committed
Fix matcher
1 parent 55ae01d commit c3d66cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/clippy-matcher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"owner": "cargo-clippy",
66
"pattern": [
77
{
8-
"regexp": "^(error|warning): (.*)$",
8+
"regexp": "^(.*): (.*)$",
99
"severity": 1,
1010
"code": 2
1111
},

0 commit comments

Comments
 (0)