Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.gitattributes text eol=lf
*.md text eol=lf
scripts/validate-reviewer-routes.py text eol=lf
1 change: 1 addition & 0 deletions scripts/validate-reviewer-routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"projects/python-weather-diagnostics-toolkit/docs/reviewer-path.md",
},
Path("tools/sbom-diff-and-risk/docs/reviewer-path.md"): {
".github/workflows/reviewer-route-contract-ci.yml",
"scripts/validate-reviewer-routes.py",
"tools/sbom-diff-and-risk/docs/reviewer-brief.md",
"tools/sbom-diff-and-risk/docs/reviewer-evidence-pack.md",
Expand Down
3 changes: 2 additions & 1 deletion tools/sbom-diff-and-risk/docs/reviewer-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ files, and required non-claim phrases.
Use this when you change reviewer-facing docs, examples, or supporting project
entry points. The contract lives in
[`scripts/validate-reviewer-routes.py`](../../../scripts/validate-reviewer-routes.py)
and is also enforced by the repository reviewer-route CI workflow.
and is also enforced by the
[repository reviewer-route CI workflow](../../../.github/workflows/reviewer-route-contract-ci.yml).

Expected result:

Expand Down