]> 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 14:35:52 +0000 (16:35 +0200)
We are not concerned by the "input text line longer than 80 bytes"
stylistic warning.

.gitlab-ci.yml

index ace372bde5f1b3c0f4826d37f446bdc799084973..f8a61819911e4a60a4440316d4f1c39e7d53c2de 100644 (file)
@@ -491,7 +491,7 @@ cross-version-config-tests:
     - *configure
     - make -j${BUILD_PARALLEL_JOBS:-1} -k doc V=1
     - 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" )
 
 .respdiff: &respdiff_job
   stage: system