Caleb Cartwright
Caleb Cartwright
## Description Allow for the hook configuration for a project to be augmented/overriden by a local/user configuration ## Value This would provide greater flexibility for individuals when working on a...
Add subcommand for removing hook files
Given the importance of the scripts to the overall utility, would probably be good to incorporate some automated formatting on them as well.
Currently, the build script is used to perform local setup when `rusty-hook` is leveraged as a dev dependency to simplify and automated the hook setup process. Our build script always...
Seems that even if there's compilation and/or test failures that the Windows PR job will still show as green anyway :man_facepalming:
## Description Currently, every single git hook runs the setup checks (does the cli exists, does it meet the minimum required version, etc.). We should investigate optimizing those checks to...
## Description Add setup scripts, doc updates, etc. for code coverage ## Value Code coverage is an important part of the inner dev-loop process, and the PR validation checks enforce...
This isn't obvious from the current docs, but users of `rusty-hook` have two ways of leveraging it in their projects. 1) more automatic/forced way - add it as a dev...
There's been some changes in the AZP ecosystem (Rust will be pre-installed on the hosted VMs, version 1.x of the pipeline upload/download tasks released, etc.) that should be applied to...