summaryrefslogtreecommitdiffstats
path: root/teams/clippy.toml
blob: e9f4b6684e373899e7ccb717e9f6879ba192f828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name = "clippy"
subteam-of = "devtools"

[people]
leads = ["Manishearth", "oli-obk"]
members = [
    "llogiq",
    "killercup",
    "Manishearth",
    "oli-obk",
    "matthiaskrgr",
    "phansch",
    "mikerite",
    "flip1995",
    "mcarton",
    "yaahc",
]

[permissions]
bors.clippy.review = true

[github]
orgs = ["rust-lang"]

[website]
name = "Clippy"
description = "design and implementation of the Clippy linter"
discord-invite = "https://discord.gg/vNNtpyD"
discord-name = "#clippy"