Skip to content
Prev Previous commit
Next Next commit
Reinstate docs_modified
  • Loading branch information
hugovk committed Sep 25, 2023
commit a4293442f25a2078ca54b2e68b219da1f6841264
2 changes: 2 additions & 0 deletions Tools/patchcheck/patchcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ def main():
normalize_whitespace(python_files)
# C rules enforcement.
normalize_c_whitespace(c_files)
# Docs updated.
docs_modified(doc_files)
# Misc/ACKS changed.
credit_given(misc_files)
# Misc/NEWS changed.
Expand Down