#git-hook #hook #git #cargo #git-repository

app cargo-hook

在 git 中添加挂钩,将在提交前格式化、检查和测试 Rust 代码,并在提交前要求您修复任何问题。

3 个版本

0.1.2 2023年2月15日
0.1.1 2023年1月11日
0.1.0 2023年1月11日

#471Cargo 插件

MIT/Apache

5KB
60

Cargo Hook

向您的仓库添加 git 挂钩,该挂钩将格式化、检查和测试您的 Rust 代码,并在提交前要求您修复任何问题。

cargo install cargo-hook
cargo hook
---------------------------
- ✨  Running clippy   ✨ -
---------------------------
    Checking cargo-hook v0.1.0 (/Users/jacko/src/cargo-hook)
    Finished dev [unoptimized + debuginfo] target(s) in 0.11s
✅
---------------------------
- ✨ Running formatter ✨ -
------------------------------------------------------
- ✨   Running tests   ✨ -
---------------------------
   Compiling cargo-hook v0.1.0 (/Users/jacko/src/cargo-hook)
    Finished test [unoptimized + debuginfo] target(s) in 0.32s
     Running unittests src/main.rs (target/debug/deps/cargo_hook-23cd2685ff070753)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

✅
--------------------------------------
- 🎉 linted, formatted and tested 🎉 -
--------------------------------------

无运行时依赖