We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06babbf commit 39e1640Copy full SHA for 39e1640
1 file changed
.github/clippy-matcher.json
@@ -5,7 +5,7 @@
5
"owner": "cargo-clippy",
6
"pattern": [
7
{
8
- "regexp": "^(.*): (.*)$",
+ "regexp": "^(error|warning|info|Error|Warning|Info): (.*)$",
9
"severity": 1,
10
"message": 2
11
},
0 commit comments