Skip to content

Add custom "cargo-husky" hook scripts

S0AndS0 requested to merge S0AndS0/arti:cargo-husky into main

Check the Read Me file for Cargo Husky crate for details

https://github.com/rhysd/cargo-husky#readme

These changes allow for local git commit and git push related hooks to more closely match remote CI/CD operations. Most notably the cargo clippy... lint command from ".gitlab-ci.yml" file now may guard against committing/pushing code that would otherwise cause CI/CD pipeline failures.

Merge request reports