Skip to content

Commit 5ed8b09

Browse files
committed
Fix markdown lint MD032 errors in pr-review agent
1 parent 2d769c8 commit 5ed8b09

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/agents/pr-review.agent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@ For each file, apply all rules from the loaded knowledge articles.
8383
Only flag issues on lines that were changed in the PR diff.
8484

8585
Do not flag:
86+
8687
- Non-capturing lambdas or method references as unnecessary allocations.
8788
- Patterns explicitly allowed by the style guide or knowledge articles.
8889

8990
For each finding, record:
91+
9092
- `path` — repo-relative file path
9193
- `line` — right-side line number in the current file
9294
- `start_line` — (optional) first line, if the comment spans multiple lines
@@ -117,6 +119,7 @@ that should appear in those lines — no fenced-code markup inside the suggestio
117119

118120
Before adding a comment, verify that **all** lines from `start_line` through `line`
119121
fall inside a diff hunk. If any line is outside a hunk:
122+
120123
- Try narrowing the range (e.g., drop to single-line, remove the suggestion).
121124
- If the line cannot be commented on at all, skip it and note it in the summary.
122125

0 commit comments

Comments
 (0)