diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-09 21:31:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-09 21:31:36 +0000 |
commit | aff727e68a1f94f72bf7407c03368271e8a5eb40 (patch) | |
tree | 142cd41de19ff082374eb64abbfaea73850fddfb /jjb/oom/oom-main-linter.yaml | |
parent | 5e36c39f9da2341bc0daabaa4aefcc1d07622a52 (diff) | |
parent | fee91f6665731c40369960750f67510ad0166790 (diff) |
Merge "[OOM] add doc linting"
Diffstat (limited to 'jjb/oom/oom-main-linter.yaml')
-rw-r--r-- | jjb/oom/oom-main-linter.yaml | 12 |
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" |