1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 07:57:23 +01:00

feat: add gitlint

Add gitlint to enforce Angular style commit messages.

WIP. Doesn't work currently.
This commit is contained in:
Christoph Miksche
2019-09-08 18:58:17 +02:00
parent fad65bc0be
commit 0fe58ec95c
3 changed files with 94 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ requests = "*"
packaging = "*"
fire = "*"
configparser = "*"
gitlint = "*"
[requires]
python_version = "3.7"