summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-12-09 21:31:36 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-09 21:31:36 +0000
commitaff727e68a1f94f72bf7407c03368271e8a5eb40 (patch)
tree142cd41de19ff082374eb64abbfaea73850fddfb
parent5e36c39f9da2341bc0daabaa4aefcc1d07622a52 (diff)
parentfee91f6665731c40369960750f67510ad0166790 (diff)
Merge "[OOM] add doc linting"
-rw-r--r--jjb/oom/oom-main-linter.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/jjb/oom/oom-main-linter.yaml b/jjb/oom/oom-main-linter.yaml
index 8ede0ab5b..a3bc20e35 100644
--- a/jjb/oom/oom-main-linter.yaml
+++ b/jjb/oom/oom-main-linter.yaml
@@ -10,6 +10,18 @@
tox-dir: "."
tox-envs: "gitlint"
pattern: "**"
+ - "doc8":
+ tox-dir: "."
+ tox-envs: "doc8"
+ pattern: "docs/**"
+ - "linkcheck":
+ tox-dir: "."
+ tox-envs: "docs-linkcheck"
+ pattern: "docs/**"
+ - "sphinx":
+ tox-dir: "."
+ tox-envs: "docs"
+ pattern: "docs/**"
stream:
- "master":
branch: "master"