docs: Change doc8 text to warning 27/8027/2
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 26 Jan 2016 13:11:41 +0000 (14:11 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 26 Jan 2016 16:25:50 +0000 (16:25 +0000)
Change-Id: I6d5c79e0f0f33f290bed6eec1a513b455b0aaf0f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
utils/docs-build.sh

index 5110f9e..39647a3 100755 (executable)
@@ -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"