Commit 4851e64
fix(tooling): prefix unused regex-callback arg to satisfy no-unused-vars
The `` replace callback in rewriteDiagramEmbeds binds the
full-match argument as `whole` but only uses `alt`, tripping ESLint
`no-unused-vars` (the shakacode config allows unused args only when
`_`-prefixed). Rename to `_whole`. Pure no-op for generator output —
llms-full*.txt are byte-identical after regeneration.
Flagged by CodeRabbit review. The repo lint job is path-gated and was
skipped for this docs/tooling PR, so the violation would otherwise surface
on a full-CI or main run.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 8ac7bae commit 4851e64
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments