diff options
Diffstat (limited to 'Doc/tools/check-warnings.py')
-rw-r--r-- | Doc/tools/check-warnings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/check-warnings.py b/Doc/tools/check-warnings.py index c50b006..67623b8 100644 --- a/Doc/tools/check-warnings.py +++ b/Doc/tools/check-warnings.py @@ -14,7 +14,7 @@ from pathlib import Path from typing import TextIO # Fail if NEWS nit found before this line number -NEWS_NIT_THRESHOLD = 200 +NEWS_NIT_THRESHOLD = 1700 # Exclude these whether they're dirty or clean, # because they trigger a rebuild of dirty files. |