What needs to be done
Currently I have local pre-commit hook setup to run cargo fmt --check --all and cargo clippy ..., for any future development this should be automated to setup this pre-commit hook for every device I'm going to develop.
Im considering Husky for use, but I haven't got into this rabbit hole yet.
Why now
I'm going to move to another device in a couple days
What needs to be done
Currently I have local pre-commit hook setup to run
cargo fmt --check --allandcargo clippy ..., for any future development this should be automated to setup this pre-commit hook for every device I'm going to develop.Im considering Husky for use, but I haven't got into this rabbit hole yet.
Why now
I'm going to move to another device in a couple days