diff options
author | Victor Morales <victor.morales@intel.com> | 2018-08-27 11:37:06 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-08-27 11:37:06 -0700 |
commit | a2dcefabf7239c4687c3ab01e03796e017211285 (patch) | |
tree | 951f37189a19f4607deb9d462f74cf81f728d020 /sonar.sh | |
parent | bc4187f075e89b200393babb3d89b207513b5dd1 (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-x | sonar.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ run_tox_test() pip freeze cd multivimbroker tox -e cover + tox -e rstcheck deactivate cd .. rm -rf ./venv-tox ./.tox |