Merge "change the document line length longer"
authorMatthewLi <matthew.lijun@huawei.com>
Tue, 26 Jan 2016 01:53:34 +0000 (01:53 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Tue, 26 Jan 2016 01:53:34 +0000 (01:53 +0000)
utils/docs-build.sh

index b397094..5110f9e 100755 (executable)
@@ -49,7 +49,7 @@ function check_rst_doc() {
     # Note: This check may fail in many jobs for building project docs, since
     #       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 120 --ignore D000 "$_src") || {
+    _out=$(doc8 --max-line-length 240 --ignore D000 "$_src") || {
         _msg='Error: rst validatino (doc8) has failed, please fix the following error(s).'
         _errs=$(echo "$_out" | sed -n -e "/^$_src/s/^/    /p")
         echo