We recently added formatting and linting to patch-hub through CI jobs and pre-commit hooks.
Proposal:
Also, provide the same clippy and rustfmt commands ran in the CI and the pre-commit hooks by default. There seems to be a possibility of doing this by using cargo aliases.
Context:
We recently added formatting and linting to patch-hub through CI jobs and pre-commit hooks.
Proposal:
Also, provide the same
clippy
andrustfmt
commands ran in the CI and the pre-commit hooks by default. There seems to be a possibility of doing this by using cargo aliases.Setup: