summaryrefslogtreecommitdiffstats
path: root/utils/docs-build.sh
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-01-26 14:11:41 +0100
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-01-26 16:25:50 +0000
commit54b5244aec8442fc4bf0f87c78d99cd14ae7d34a (patch)
tree27af3086890bc5440f994b7e5ab1a9bb4097e2c2 /utils/docs-build.sh
parent84b8baf7b07c76743948e45ca532c5ce7de3e6a0 (diff)
docs: Change doc8 text to warning
Change-Id: I6d5c79e0f0f33f290bed6eec1a513b455b0aaf0f Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'utils/docs-build.sh')
-rwxr-xr-xutils/docs-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/docs-build.sh b/utils/docs-build.sh
index 5110f9eee..39647a33d 100755
--- a/utils/docs-build.sh
+++ b/utils/docs-build.sh
@@ -50,7 +50,7 @@ function check_rst_doc() {
# the old sample has lines more than 120. We ignore failures on this
# check right now, but these have to be fixed before OPNFV B release.
_out=$(doc8 --max-line-length 240 --ignore D000 "$_src") || {
- _msg='Error: rst validatino (doc8) has failed, please fix the following error(s).'
+ _msg='Warning: rst validation (doc8) has failed, please fix the following error(s).'
_errs=$(echo "$_out" | sed -n -e "/^$_src/s/^/ /p")
echo
echo -e "$_msg\n$_errs"