summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-04-10 12:03:34 +0200
committermrichomme <morgan.richomme@orange.com>2020-04-10 12:03:34 +0200
commitbd2282e325626b472cbd9ac6dbbaed4dcfb9e57f (patch)
tree859b8ef4656986894a0b739e52e3c9a313792103 /jjb
parenta645255a2b7e1665fd252d71d13749f1186bc348 (diff)
Add doc linters
Effort has been done to remove rst warning in integration repository BUT new commits show that people do nto have the reflex to dive into the logs to see if they introduced regressions or new errors A rst linters will be useful to vote on documentation change Issue-ID: INT-1523 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I18b986f841e457e420994c48ede8a87eb56ad71c
Diffstat (limited to 'jjb')
-rw-r--r--jjb/integration/integration.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/integration/integration.yaml b/jjb/integration/integration.yaml
index 5111c4d30..5b211d745 100644
--- a/jjb/integration/integration.yaml
+++ b/jjb/integration/integration.yaml
@@ -101,6 +101,14 @@
tox-dir: '.'
tox-envs: 'py'
pattern: '**/*.py'
+ - 'rst':
+ tox-dir: '.'
+ tox-envs: 'rst'
+ pattern: '**/*.rst'
+ - 'md':
+ tox-dir: '.'
+ tox-envs: 'md'
+ pattern: '**/*.md'
stream:
- 'master':
branch: 'master'