qt5base-lts/coin/instructions/coin_module_test_docs.qdocconf
Topi Reinio 43ea57b901 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>
2023-06-27 15:12:31 +00:00

10 lines
247 B
Plaintext

# Fail the documentation test build if QDoc warnings exceed the limit.
#
# Submodule documentation projects can increase this base limit to
# account for known warnings, for example:
#
# qtcore.qdocconf:
# warninglimit += 1
warninglimit = 10