Merge "[OOM] add bashism and pre-commit linting"
authorMorgan Richomme <morgan.richomme@orange.com>
Wed, 20 Oct 2021 07:25:15 +0000 (07:25 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 20 Oct 2021 07:25:15 +0000 (07:25 +0000)
jjb/oom/oom-main-linter.yaml

index d9887e4..a258a9e 100644 (file)
           tox-envs: "docs,docs-linkcheck"
           pattern: "docs/**"
           parallel: true
+      - "checkbashisms":
+          tox-dir: "."
+          tox-envs: "checkbashisms"
+          pattern: "**"
+      - "pre-commit":
+          tox-dir: "."
+          tox-envs: "pre-commit"
+          pattern: "**"
     stream:
       - "master":
           branch: "master"
           branch: "frankfurt"
       - "guilin":
           branch: "guilin"
+    exclude:
+      - stream: "honolulu"
+        subproject: "checkbashisms"
+      - stream: "frankfurt"
+        subproject: "checkbashisms"
+      - stream: "guilin"
+        subproject: "checkbashisms"
+      - stream: "honolulu"
+        subproject: "pre-commit"
+      - stream: "frankfurt"
+        subproject: "pre-commit"
+      - stream: "guilin"
+        subproject: "pre-commit"