Kwalitee v0.2.0 was released on August 20, 2015.
Kwalitee is a tool that runs static analysis checks on Git repository. It can be used as a web service using the Github API or as a git hook from the command line.
It aims at slowly, but steadily enforce good practices regarding commit message formatting, code layout (PEP8), documentation (PEP257) and help the integrators doing their job without having to worry about recurrent mistakes.
This version uses a database (SQLite, PostgreSQL) for persistence.
- Adds a new CLI option -s, --skip-merge-commits to both kwalitee check commands. (#60)
- Support for Docker.
- Support for
.kwalitee.yml
configuration per repository. - Cli for preparing release notes
kwalitee prepare release
. - Cli for checking changed files
kwalitee check files
. - Cli for checking commit messages
kwalitee check message
. - Support of
push
events. - Support for multiple repositories.
- Support for multiple users.
- Alembic setup for upcoming migrations.
- New Sphinx documentation.
- Fixes double commenting bug.
- The commit statuses are still accessible but are not migrated to the database.
- Previously created git hooks will have to be uninstalled and re-installed as the Flask application is not always created.
$ pip install kwalitee
https://kwalitee.readthedocs.io/en/v0.2.0
https://github.com/inveniosoftware/kwalitee
Happy hacking and thanks for flying kwalitee.
Invenio Development Team
Email: [email protected]
IRC: #invenio on irc.freenode.net
Twitter: https://twitter.com/inveniosoftware