From 10458a419f7490d73af8ea19273b37cae2ccb6e8 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 24 Jul 2023 17:08:07 +0200 Subject: [PATCH] Disable mandoc stylistic warning We are not concerned by the "input text line longer than 80 bytes" stylistic warning. (cherry picked from commit 79291682954cdad10ab97e8b182ad26cd310ddb7) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a5903fb68..1c96c180b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -509,7 +509,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