* Doc-example heuristic: a credential span inside a tool fence still BLOCKS if * it looks like a LIVE credential (not an obvious placeholder/example). We only * downgrade-to-WARN spans that are clearly illustrative.
(span: string)
| 219 | * downgrade-to-WARN spans that are clearly illustrative. |
| 220 | */ |
| 221 | function isObviousDocExample(span: string): boolean { |
| 222 | return isPlaceholderSpan(span); |
| 223 | } |
| 224 | |
| 225 | // ── Proximity check ─────────────────────────────────────────────────────────── |
| 226 |
no test coverage detected