cargo-husky icon indicating copy to clipboard operation
cargo-husky copied to clipboard

Setup Git hooks automatically for cargo projects with :dog:

Results 27 cargo-husky issues
Sort by recently updated
recently updated
newest added

In my situation, the repo looks like: ``` ./my-rust-project ./my-rust-project/Cargo.toml ./my-rust-project/src ./other-stuff ./more ``` I want to use cargo-husky for this, but the pre-built hooks don't work (they need to...

We're using this in a project, but we'd like to run the full clippy, IE `cargo clippy --all-targets --all-features -- -D warnings`, not just that `run-cargo-clippy` in the `Cargo.toml` uses....

The pre-commit hook generated by this crate run on whatever files are on disk at the moment including on content that has not been commited and is not included in...

bug

If `.git/hooks` not exists, cargo-husky cannot create it and through and error on tests. Very annoying for new people in the community.

Firstly this project is awesome! This if my first real git hook application I've ever used. I've taken a look at a few but a lot of them required everyone...

It would be nice to have extra opt-in feature `run-for-all-features` similar to `run-for-all`.

``` error: failed to parse manifest at `...` Caused by: virtual manifests do not specify [dev-dependencies] ``` how?

- Adds some colour to the hook prints (adds `colored` as a build dependency) - Command output is only shown in case of failure - Little spinner tacked onto the...