helix/languages: make clippy pedantic warnings not erorr
This commit is contained in:
parent
53bfb9303f
commit
ec1b31cabc
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
||||||
config = {
|
config = {
|
||||||
check = {
|
check = {
|
||||||
command = "clippy";
|
command = "clippy";
|
||||||
extraArgs = ["--" "-D" "clippy::pedantic" "-W" "clippy::nursery" "-W" "clippy::perf"];
|
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