mirror of
https://github.com/sweetwisdom/everything-claude-code-zh.git
synced 2026-03-22 06:20:10 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user