Open
Description
Idea
Before submitting code changes, we need to identify simple issues, to enforce a certain code structure and check for any issues, that could break the application when pushing it. If anything fails, the code changes won't be submitted to the repository until it gets fixed.
Open questions
- What things should be checked using the
pre-commit
hook? - What tools are available for a pre-commit hook check?