summaryrefslogtreecommitdiffstats
path: root/sonar.sh
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-08-27 11:37:06 -0700
committerVictor Morales <victor.morales@intel.com>2018-08-27 11:37:06 -0700
commita2dcefabf7239c4687c3ab01e03796e017211285 (patch)
tree951f37189a19f4607deb9d462f74cf81f728d020 /sonar.sh
parentbc4187f075e89b200393babb3d89b207513b5dd1 (diff)
Use python rstcheck to validate syntax
Given that this repository contains multiple documents for specifications is necessary to implement a mechanism to validate its syntax. The rstchecker tool ensures that it meets the reStructured Text guidelines. Change-Id: I6a5d30c78718ae83265f9302f3d514eacaff2ae1 Issue-ID: DOC-300 Signed-off-by: Victor Morales <victor.morales@intel.com>
Diffstat (limited to 'sonar.sh')
-rwxr-xr-xsonar.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar.sh b/sonar.sh
index e173d1f..d23d18d 100755
--- a/sonar.sh
+++ b/sonar.sh
@@ -58,6 +58,7 @@ run_tox_test()
pip freeze
cd multivimbroker
tox -e cover
+ tox -e rstcheck
deactivate
cd ..
rm -rf ./venv-tox ./.tox