From 13f7959fec10262f79cb1fbb3574d37b1a639858 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Mon, 13 Feb 2023 09:40:16 +0100 Subject: [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 Change-Id: Id087ec2dd872c352b737a461930972950c6ec707 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 980093a7a5..bcbafe5d5f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - 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] -- cgit 1.2.3-korg