From a2dcefabf7239c4687c3ab01e03796e017211285 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Mon, 27 Aug 2018 11:37:06 -0700 Subject: 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 --- sonar.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar.sh') 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 -- cgit 1.2.3-korg