Add doc linters 53/105753/1
authormrichomme <morgan.richomme@orange.com>
Fri, 10 Apr 2020 10:03:34 +0000 (12:03 +0200)
committermrichomme <morgan.richomme@orange.com>
Fri, 10 Apr 2020 10:03:34 +0000 (12:03 +0200)
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

jjb/integration/integration.yaml

index 5111c4d..5b211d7 100644 (file)
           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'