Commit Graph

7 Commits

Author SHA1 Message Date
Daniel Schischkin 4509f8b9d4 Remove file ending of shellcheck_all and downgrade_dependencies script 2022-02-03 18:14:57 +00:00
Daniel Schischkin 3a7412f4cf Add editorconfig to force some rules (Final Newline) 2022-02-03 15:27:13 +00:00
Daniel Schischkin 1774de7e47 Remove redundancy/code duplication and switch to shellcheck_all.sh script 2022-01-29 00:09:36 +01:00
Daniel Schischkin 09ccc1aed9 Add shellcheck to pre-push git hook 2022-01-28 15:21:47 +01:00
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