summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-07-11 10:45:20 +0200
committerFiete Ostkamp <fiete.ostkamp@telekom.de>2024-07-12 08:31:52 +0000
commit4a52a46ef7a3b67e2d9460c2062ef2c1879250dc (patch)
tree8f73f2fea9841eaf1d637dbbcb3d93aa600d68cd
parente37d27cef3f27a32afe91635f58009008993a9b5 (diff)
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 <Fiete.Ostkamp@telekom.de>
-rw-r--r--jjb/oom/oom-main-linter.yaml4
1 files changed, 0 insertions, 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"