fix: add language labels to fenced code blocks for MD040 compliance

Add `text` language identifier to unlabeled fenced code blocks
to satisfy markdownlint MD040 rule across Go documentation files.
This commit is contained in:
Claude
2026-01-26 09:35:43 +00:00
parent 75e1e46f3f
commit c6c32cdc7a
6 changed files with 9 additions and 9 deletions

View File

@@ -224,7 +224,7 @@ When invoked:
## Review Output Format
For each issue:
```
```text
[CRITICAL] SQL Injection vulnerability
File: internal/repository/user.go:42
Issue: User input directly concatenated into SQL query