packages/helix.nix: add clippy flags
This commit is contained in:
parent
087e9a3d4f
commit
ee58fd0628
1 changed files with 4 additions and 1 deletions
|
@ -216,7 +216,10 @@
|
||||||
|
|
||||||
rust-analyzer = {
|
rust-analyzer = {
|
||||||
config = {
|
config = {
|
||||||
check.command = "clippy";
|
check = {
|
||||||
|
command = "clippy";
|
||||||
|
extraArgs = ["--" "-W" "clippy::pedantic" "-W" "clippy::nursery" "-W" "clippy::perf"];
|
||||||
|
};
|
||||||
cargo.features = "all";
|
cargo.features = "all";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue