From 4a52a46ef7a3b67e2d9460c2062ef2c1879250dc Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 11 Jul 2024 10:45:20 +0200 Subject: [PATCH] Disable commit lint - the linter is failing all the time due to too long lines - change to make the line limit less strict was rejected [1] [1] https://gerrit.onap.org/r/c/ci-management/+/138414 Issue-ID: OOM-3305 Change-Id: I3e21e0ad1b69b6a2a05054dc420cf59ac57ffadf Signed-off-by: Fiete Ostkamp --- jjb/oom/oom-main-linter.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jjb/oom/oom-main-linter.yaml b/jjb/oom/oom-main-linter.yaml index 9351fe68c..5b86aecbd 100644 --- a/jjb/oom/oom-main-linter.yaml +++ b/jjb/oom/oom-main-linter.yaml @@ -7,10 +7,6 @@ jobs: - oom-linters subproject: - - "commit": - tox-dir: "." - tox-envs: "gitlint" - pattern: "**" - "doc8": tox-dir: "." tox-envs: "doc8" -- 2.16.6