ft/adds extra args to clippy
This commit is contained in:
parent
9ae3e9f6fc
commit
d6c79c7295
@ -28,7 +28,9 @@ inlayHints.typeHints.hideClosureInitialization = false
|
||||
diagnostics.enableInlineHints = true
|
||||
|
||||
check.command = "clippy"
|
||||
check.args = ["--", "-W", "clippy::pedantic", "-W", "clippy::nursery", "-W", "clippy::unwrap_used", "-W", "clippy::expect_used"]
|
||||
checkOnSave.command = "clippy"
|
||||
checkOnSave.args = ["--", "-W", "clippy::pedantic", "-W", "clippy::nursery", "-W", "clippy::unwrap_used", "-W", "clippy::expect_used"]
|
||||
|
||||
[keys.normal]
|
||||
C-t = ":run-shell-command cargo test -- --nocapture"
|
||||
|
Loading…
x
Reference in New Issue
Block a user