chore(vscode): Use pedantic clippy lints by default

This commit is contained in:
Michael Aaron Murphy 2022-11-07 17:08:01 +01:00
parent abab5a5818
commit 0fe99b1f80
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -1,4 +1,5 @@
{
"remote.containers.dockerPath": "podman",
"rust-analyzer.checkOnSave.command": "clippy"
"rust-analyzer.checkOnSave.command": "clippy",
"rust-analyzer.checkOnSave.extraArgs": ["--", "-W", "clippy::pedantic"]
}