helix: languages: make clippy more restrictive
This commit is contained in:
parent
7f57ac844f
commit
ffc32faed0
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
|||
config = {
|
||||
check = {
|
||||
command = "clippy";
|
||||
extraArgs = ["--" "-W" "clippy::pedantic" "-W" "clippy::nursery" "-W" "clippy::perf"];
|
||||
extraArgs = ["--" "-D" "clippy::pedantic" "-W" "clippy::nursery" "-W" "clippy::perf"];
|
||||
};
|
||||
cargo.features = "all";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue