Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion repos/rust-lang/rust-clippy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@ org = "rust-lang"
name = "rust-clippy"
description = "A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/"
homepage = "https://rust-lang.github.io/rust-clippy/"
bots = ["bors", "rustbot"]
bots = ["rustbot"]

[access.teams]
clippy = "write"
clippy-contributors = "triage"

[[branch-protections]]
pattern = "master"
ci-checks = [
"conclusion",
"conclusion_dev",
"conclusion_remark",
]
1 change: 0 additions & 1 deletion teams/clippy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ alumni = [

[permissions]
perf = true
bors.clippy.review = true
bors.rust.review = true
dev-desktop = true

Expand Down