[COMMON] Update gitlint version to v0.18.0
update maybe needed to fix the jenkins job "oom-master-commit-lint"
fix the gitlint version
Issue-ID: OOM-2998
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: Id087ec2dd872c352b737a461930972950c6ec707
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 980093a..bcbafe5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -6,7 +6,7 @@
- id: trailing-whitespace
#exclude: '^ordmodels/'
- repo: https://github.com/jorisroovers/gitlint
- rev: v0.17.0
+ rev: v0.18.0
hooks:
- id: gitlint
stages: [commit-msg]