Add cargo xtask clippy
(#8722)
This PR sets up a `cargo xtask clippy` command for running `cargo clippy` with our defined set of options. The intent is to make this easier to manage as we start enabling more Clippy rules. Release Notes: - N/A
This commit is contained in:
parent
c19587d4e4
commit
c9a509c805
11 changed files with 111 additions and 7 deletions
|
@ -7,7 +7,7 @@ license = "GPL-3.0-or-later"
|
|||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
clap = { version = "4.4", features = ["derive"] }
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
gpui.workspace = true
|
||||
indexmap = { version = "1.6.2", features = ["serde"] }
|
||||
log.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue