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

Commit

Permalink
Merge pull request #262 from flip1995/clippy
Browse files Browse the repository at this point in the history
Add config file for Clippy
  • Loading branch information
Mark-Simulacrum committed May 25, 2020
2 parents ff457d4 + c0792bc commit 4966cef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions highfive/configs/rust-lang/rust-clippy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"groups": {
"all": ["@flip1995", "@Manishearth", "@matthiaskrgr", "@phansch", "@yaahc"]
},
"dirs": {
".github": ["@flip1995"],
"clippy_dev": ["@phansch"]
},
"contributing": "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md",
"new_pr_labels": ["S-waiting-on-review"]
}

0 comments on commit 4966cef

Please sign in to comment.