| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove file ending of shellcheck_all and downgrade_dependencies script | Daniel Schischkin | 2022-02-03 | 1 | -2/+2 |
| | | |||||
| * | Add editorconfig to force some rules (Final Newline) | Daniel Schischkin | 2022-02-03 | 1 | -1/+1 |
| | | |||||
| * | Remove redundancy/code duplication and switch to shellcheck_all.sh script | Daniel Schischkin | 2022-01-29 | 1 | -2/+2 |
| | | |||||
| * | Add shellcheck to pre-push git hook | Daniel Schischkin | 2022-01-28 | 1 | -0/+2 |
| | | |||||
| * | address lint warnings | Daniel Eades | 2021-12-09 | 2 | -4/+4 |
| | | |||||
| * | Reorder Cargo Husky hooks | S0AndS0 | 2021-08-25 | 2 | -6/+6 |
| | | | | | | | 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. | ||||
| * | Add custom "cargo-husky" hook scripts | S0AndS0 | 2021-08-17 | 2 | -0/+32 |
| > 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. | |||||
