summaryrefslogtreecommitdiffstats
path: root/qmake/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-06-27 09:12:56 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-06-27 15:12:31 +0000
commit43ea57b901bc02af7c0b9ebf5a5032184dae312e (patch)
tree395df59c4f2c2372d96b20fd5c0a68a6a752a247 /qmake/doc
parent69de333e1fbb3b866ab77a9d6a4ad26d0796633b (diff)
Use a global value for warning limit when testing documentation in CI
The most common limit for the maximum number of allowed documentation warnings is zero. Use a global value for 'warninglimit', adopted by all Qt module documentation projects that include the configuration from qtbase/doc/global. This allows for a temporary increase of the limit across all modules as needed - for example, when updating the QDoc binary that the CI provisions to a version that introduces new types of documentation warnings. Increase this base limit temporarily to 10 to help re-enable documentation testing in CI as it's currently disabled. Task-number: QTBUG-113326 Change-Id: I8b66951ca9324bcfaec3b5a7ec2cff544c62feb0 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'qmake/doc')
-rw-r--r--qmake/doc/qmake.qdocconf3
1 files changed, 0 insertions, 3 deletions
diff --git a/qmake/doc/qmake.qdocconf b/qmake/doc/qmake.qdocconf
index f0ab617801..4de19f3f67 100644
--- a/qmake/doc/qmake.qdocconf
+++ b/qmake/doc/qmake.qdocconf
@@ -59,6 +59,3 @@ depends += \
qtxml
navigation.landingpage = "qmake Manual"
-
-# Fail the documentation build if there are more warnings than the limit
-warninglimit = 0