Skip to content

Commit 681a288

Browse files
author
Akkari
committed
fix: exclude docs/reviews/ from validate-docs (stale snapshots pending refresh)
1 parent 8bdff88 commit 681a288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/validate-docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def find_md_files(repo_root: Path) -> list[Path]:
7878
"""Find all .md files in the repo, excluding dirs that shouldn't be validated."""
7979
exclude_dirs = {
8080
"venv", "node_modules", ".git", "quorum-runs", "__pycache__", "dist",
81-
".hypothesis", "external-reviews", # external reviews are point-in-time snapshots
81+
".hypothesis", "external-reviews", "reviews", # external reviews are point-in-time snapshots
8282
}
8383
exclude_files = {
8484
"SHIPPING.md", # contains historical context about the problem

0 commit comments

Comments
 (0)