mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-10 11:24:44 +03:00
copy clippy lint config to all other crates
This commit is contained in:
parent
1dfdc2c1a2
commit
772e272b3a
@ -80,7 +80,6 @@ gitbutler-git = { path = "../gitbutler-git" }
|
||||
all = "deny"
|
||||
perf = "deny"
|
||||
correctness = "deny"
|
||||
pedantic = "deny"
|
||||
|
||||
|
||||
[features]
|
||||
|
@ -8,3 +8,8 @@ thiserror.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
paste = "1.0.14"
|
||||
|
||||
[lints.clippy]
|
||||
all = "deny"
|
||||
perf = "deny"
|
||||
correctness = "deny"
|
||||
|
@ -34,3 +34,8 @@ nix = { version = "0.27.1", features = ["process", "socket", "user"] }
|
||||
winapi = { version = "0.3.9", features = ["winbase", "namedpipeapi"] }
|
||||
# synchronous named pipes for the askpass utility
|
||||
windows-named-pipe = "0.1.0"
|
||||
|
||||
[lints.clippy]
|
||||
all = "deny"
|
||||
perf = "deny"
|
||||
correctness = "deny"
|
||||
|
Loading…
Reference in New Issue
Block a user