Gork@lemm.ee to Programmer Humor@lemmy.ml · 9 months agoFortune Tellerfiles.catbox.moeimagemessage-square53fedilinkarrow-up1789arrow-down114
arrow-up1775arrow-down1imageFortune Tellerfiles.catbox.moeGork@lemm.ee to Programmer Humor@lemmy.ml · 9 months agomessage-square53fedilink
minus-squareEphera@lemmy.mllinkfedilinkarrow-up6·9 months agoYou could use cargo-deny for that: https://embarkstudios.github.io/cargo-deny/checks/bans/index.html#use-case---denying-specific-crates You’d need to remember to run it, though. Either in CI/CD or as a pre-commit hook or personally, I like to just have a script which also runs unit tests and Clippy, so that it’s useful enough that I run it myself.
You could use cargo-deny for that: https://embarkstudios.github.io/cargo-deny/checks/bans/index.html#use-case---denying-specific-crates
You’d need to remember to run it, though. Either in CI/CD or as a pre-commit hook or personally, I like to just have a script which also runs unit tests and Clippy, so that it’s useful enough that I run it myself.