From: Michal Nowak Date: Mon, 24 Jul 2023 15:08:07 +0000 (+0200) Subject: Disable mandoc stylistic warning X-Git-Tag: v9.19.17~42^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79291682954cdad10ab97e8b182ad26cd310ddb7;p=thirdparty%2Fbind9.git Disable mandoc stylistic warning We are not concerned by the "input text line longer than 80 bytes" stylistic warning. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ace372bde5f..f8a61819911 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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