From: Fiete Ostkamp Date: Thu, 11 Jul 2024 08:45:20 +0000 (+0200) Subject: Disable commit lint X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4a52a46ef7a3b67e2d9460c2062ef2c1879250dc;p=ci-management.git 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 --- 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"