Skip to content

Commit 39e1640

Browse files
committed
Fix regex
1 parent 06babbf commit 39e1640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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": "^(.*): (.*)$",
8+
"regexp": "^(error|warning|info|Error|Warning|Info): (.*)$",
99
"severity": 1,
1010
"message": 2
1111
},

0 commit comments

Comments
 (0)