There is this fantastic tool called pre-commit. It allows executing of a number of hooks when a commit is about to be performed. We could and should leverage it to make sure checked-in code adheres to code styles. Also, a number of small nuisance can be automatically fixed by pre-commit hooks.
The text was updated successfully, but these errors were encountered:
There is this fantastic tool called pre-commit. It allows executing of a number of hooks when a commit is about to be performed. We could and should leverage it to make sure checked-in code adheres to code styles. Also, a number of small nuisance can be automatically fixed by pre-commit hooks.
The text was updated successfully, but these errors were encountered: