Bug 1919322 - Update doc generate fatal warnings and reduce maximum number of warnings. r=linter-reviewers,sylvestre

Differential Revision: https://phabricator.services.mozilla.com/D222496
This commit is contained in:
Mark Banner 2024-09-17 16:16:30 +00:00
Родитель 0c609c45b5
Коммит 8f22c6514e
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -127,6 +127,7 @@ fatal warnings:
- "WARNING: Non-consecutive header level"
- "WARNING: Document headings start at"
- "WARNING: Parsing of expression failed"
- "WARNING: Title underline too short"
# A regexp of errors we currently allow so that we can fail on new errors,
# but resolve these at a later date. Please do not add new items to this list
@ -144,4 +145,4 @@ allowed_errors:
- "security/nss/releases/nss_3_94\\.rst.* ERROR: Unknown target name:"
- "security/nss/getting_started\\.rst.* CRITICAL: Unexpected section title"
max_num_warnings: 794
max_num_warnings: 781