Disable commit lint 17/138417/2
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 11 Jul 2024 08:45:20 +0000 (10:45 +0200)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Fri, 12 Jul 2024 08:31:52 +0000 (08:31 +0000)
- 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 <Fiete.Ostkamp@telekom.de>
jjb/oom/oom-main-linter.yaml

index 9351fe6..5b86aec 100644 (file)
@@ -7,10 +7,6 @@
     jobs:
       - oom-linters
     subproject:
-      - "commit":
-          tox-dir: "."
-          tox-envs: "gitlint"
-          pattern: "**"
       - "doc8":
           tox-dir: "."
           tox-envs: "doc8"