massa
massa copied to clipboard
Optional support for githooks
- [x] document all added functions
- [x] try in sandbox /simulation/labnet
- [x] unit tests on the added/changed features
- [x] make tests compile
- [x] make tests pass
- [x] add logs allowing easy debugging in case the changes caused problems
- [x] if the API has changed, update the API specification
closes #3080
@AurelienFT I tried different options and this solution in PR is:
- Optional
- Easy to install
- Don't add a new dependency
Generate git hooks run: cargo install rusty-hook && rusty-hook
That's it.
Bors merge