We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8c29e commit 6f2eb06Copy full SHA for 6f2eb06
repos/rust-lang/rust-clippy.toml
@@ -2,11 +2,16 @@ org = "rust-lang"
2
name = "rust-clippy"
3
description = "A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/"
4
homepage = "https://rust-lang.github.io/rust-clippy/"
5
-bots = ["bors", "rustbot"]
+bots = ["rustbot"]
6
7
[access.teams]
8
clippy = "write"
9
clippy-contributors = "triage"
10
11
[[branch-protections]]
12
pattern = "master"
13
+ci-checks = [
14
+ "conclusion",
15
+ "conclusion_dev",
16
+ "conclusion_remark",
17
+]
teams/clippy.toml
@@ -30,7 +30,6 @@ alumni = [
30
31
[permissions]
32
perf = true
33
-bors.clippy.review = true
34
bors.rust.review = true
35
dev-desktop = true
36
0 commit comments