Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Adjust threshold for branch
  • Loading branch information
hugovk authored Jul 13, 2024
commit b8382b17875de18c44ea868c735719546407350d
2 changes: 1 addition & 1 deletion Doc/tools/check-warnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from typing import TextIO

# Fail if NEWS nit found before this line number
NEWS_NIT_THRESHOLD = 1700
NEWS_NIT_THRESHOLD = 300

# Exclude these whether they're dirty or clean,
# because they trigger a rebuild of dirty files.
Expand Down