fix(docs): skip nested example fences - #307
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 10 included reviews per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe documentation snippet verifier now continues the outer scan after processing shell and PowerShell fences. The generic fence-content loop handles only other fence types. ChangesDocumentation snippet verification
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This localized documentation-validation change skips nested example fences without introducing an actionable merge-blocking risk; it is merge-ready after normal checks and review. Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
Greptile SummaryThis PR updates documentation-snippet traversal so non-target fenced blocks are consumed as a unit, preventing nested examples from being interpreted as public snippets.
Confidence Score: 5/5The PR appears safe to merge with no actionable correctness or security issues identified. The parser reuses the opening fence’s character and minimum delimiter length while advancing past non-target blocks, and the current documentation inputs do not expose a conflicting traversal case.
|
| Filename | Overview |
|---|---|
| scripts/Verify-DocSnippets.ps1 | Adds delimiter-aware consumption of non-target fenced blocks; no actionable defect was found in the current documentation inputs. |
Reviews (1): Last reviewed commit: "fix(docs): skip nested example fences" | Re-trigger Greptile
Summary
Follow-up to #306.
Validation
Summary by CodeRabbit