Helper Git hooks to work with pre-commit framework.
List of currently available hooks:
This hooks will verify Git commit is following Karma Git message convention documented here
Just run make
command with available rules.
- To install local development environment run:
make install
- To run unit tests:
make test