dont fail the build when pedantic clippy errors

This commit is contained in:
Artturin 2023-01-23 17:24:21 +02:00
parent 36409064e1
commit 6b529fe23a

View File

@ -29,7 +29,7 @@
-A clippy::too-many-lines \
-A clippy::cast-possible-wrap \
-A clippy::cast-possible-truncation \
-A clippy::nonminimal_bool''
-A clippy::nonminimal_bool || true''
];
meta.description = "Scan Nix files for dead code";
};