Commit Graph

3 Commits

Author SHA1 Message Date
Daniel Eades e7bbe9e7a1 address lint warnings 2021-12-09 13:51:42 +00:00
S0AndS0 d83e269488 Reorder Cargo Husky hooks
Format checks seem to be the fastest operation, and tests are the
slowest. Reordering Git hook tasks from swiftest to slowest should
provide quicker automated feedback when committing and/or pushing.
2021-08-25 14:53:22 -07:00
S0AndS0 329ca4e558 Add custom "cargo-husky" hook scripts
> 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.
2021-08-17 14:20:28 -07:00