fix(#141): restore runValidateDocmap doc comment inadvertently truncated
PR Ready Gate / clear-labels (pull_request) Successful in 2s
CI / test (pull_request) Successful in 17s
CI / review (gpt-5, gpt, GPT_REVIEW_TOKEN) (pull_request) Successful in 24s
CI / review (gpt-5, security, ., rodin/security-patterns, SECURITY_REVIEW.md, SECURITY_REVIEW_TOKEN) (pull_request) Successful in 35s
CI / review (anthropic--claude-4.6-sonnet, sonnet, SONNET_REVIEW_TOKEN) (pull_request) Failing after 1m6s
PR Ready Gate / clear-labels (pull_request) Successful in 2s
CI / test (pull_request) Successful in 17s
CI / review (gpt-5, gpt, GPT_REVIEW_TOKEN) (pull_request) Successful in 24s
CI / review (gpt-5, security, ., rodin/security-patterns, SECURITY_REVIEW.md, SECURITY_REVIEW_TOKEN) (pull_request) Successful in 35s
CI / review (anthropic--claude-4.6-sonnet, sonnet, SONNET_REVIEW_TOKEN) (pull_request) Failing after 1m6s
This commit is contained in:
@@ -65,6 +65,7 @@ func validateDocmapPath(localPath, resolvedRoot string) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// runValidateDocmap implements the `review-bot validate-docmap` subcommand.
|
||||||
//
|
//
|
||||||
// It reads changed file paths from stdin (one per line, as produced by
|
// It reads changed file paths from stdin (one per line, as produced by
|
||||||
// `git diff --name-only`), parses a doc-map YAML file, and performs two checks:
|
// `git diff --name-only`), parses a doc-map YAML file, and performs two checks:
|
||||||
|
|||||||
Reference in New Issue
Block a user