Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 4966cef

Browse files
Merge pull request #262 from flip1995/clippy
Add config file for Clippy
2 parents ff457d4 + c0792bc commit 4966cef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"groups": {
3+
"all": ["@flip1995", "@Manishearth", "@matthiaskrgr", "@phansch", "@yaahc"]
4+
},
5+
"dirs": {
6+
".github": ["@flip1995"],
7+
"clippy_dev": ["@phansch"]
8+
},
9+
"contributing": "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md",
10+
"new_pr_labels": ["S-waiting-on-review"]
11+
}

0 commit comments

Comments
 (0)