From af8b29fa5d9bec667c1b4f182edcd79c10dfe553 Mon Sep 17 00:00:00 2001 From: Rodin Date: Fri, 15 May 2026 07:34:18 +0000 Subject: [PATCH] fix(#141): restore runValidateDocmap doc comment inadvertently truncated --- cmd/review-bot/validatedocmap.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/review-bot/validatedocmap.go b/cmd/review-bot/validatedocmap.go index 2283c1f..6b86b07 100644 --- a/cmd/review-bot/validatedocmap.go +++ b/cmd/review-bot/validatedocmap.go @@ -65,6 +65,7 @@ func validateDocmapPath(localPath, resolvedRoot string) error { return nil } +// runValidateDocmap implements the `review-bot validate-docmap` subcommand. // // 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: