]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable mandoc stylistic warning
authorMichal Nowak <mnowak@isc.org>
Mon, 24 Jul 2023 15:08:07 +0000 (17:08 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 21 Aug 2023 16:01:49 +0000 (18:01 +0200)
We are not concerned by the "input text line longer than 80 bytes"
stylistic warning.

(cherry picked from commit 79291682954cdad10ab97e8b182ad26cd310ddb7)

.gitlab-ci.yml

index fab1eeb2723a536586ad2913259b3d24c837bf0a..4e623b583a67021d3626041827aa610cdb821b8d 100644 (file)
@@ -643,7 +643,7 @@ docs:
     - make -j${BUILD_PARALLEL_JOBS:-1} doc V=1
     - if test "$(git status --porcelain | grep -Ev '\?\?' | grep -v -F -e aclocal.m4 -e configure -e ltmain.sh -e m4/ | wc -l)" -gt "0"; then git status --short; exit 1; fi
     - qpdf --check doc/arm/_build/latex/Bv9ARM.pdf
-    - find doc/man/ -maxdepth 1 -name "*.[0-9]" -exec mandoc -T lint "{}" \; | ( ! grep -v -e "skipping paragraph macro. sp after" -e "unknown font, skipping request. ft C" )
+    - find doc/man/ -maxdepth 1 -name "*.[0-9]" -exec mandoc -T lint "{}" \; | ( ! grep -v -e "skipping paragraph macro. sp after" -e "unknown font, skipping request. ft C" -e "input text line longer than 80 bytes" )
   needs:
     - job: autoreconf
       artifacts: true