Commit 475e8b2
committed
fix: address code-review findings on lineclass_scan test PR
- Remove stale IncomingAnchorEdges audit entry (exemption already
present at internal/lsp/rename.go:437)
- Add internal/rules/listscan to the approved-helpers list in the
architecture hub and audit checklist, restoring the clearance that
was deleted when the 2026-06-21 audit entry was compressed
- Add TestContainsFold directly testing the sliding-window
case-insensitive searcher (boundary cases: match at pos 0, middle,
last window; no match; needle longer than line; empty line)
- Add end-of-input success case to TestScanTagName
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VwsEmnkHJvLoaj8imqQRjJ1 parent 20df7df commit 475e8b2
4 files changed
Lines changed: 19 additions & 8 deletions
File tree
- docs/development
- architecture
- internal/lint
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | 289 | | |
294 | 290 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
| 214 | + | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
279 | | - | |
| 278 | + | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
193 | 203 | | |
194 | 204 | | |
195 | 205 | | |
| |||
378 | 388 | | |
379 | 389 | | |
380 | 390 | | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
381 | 396 | | |
382 | 397 | | |
383 | 398 | | |
| |||
0 commit comments