Skip to content

Commit 885d2f0

Browse files
committed
fix: shorten layer0_html.go audit entry to pass MDS023 readability
The inline function-name list made the bullet's average sentence length exceed the 14-word readability budget. Drop the list; the function names are already documented in plan/2606260211. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VwsEmnkHJvLoaj8imqQRjJ
1 parent 112142b commit 885d2f0

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/development/architecture-audit.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -253,12 +253,8 @@ line-count violations.
253253
### tax (2026-06-26)
254254

255255
- `internal/lint/layer0_html.go` — seven
256-
helpers lack dedicated tests; file entered
257-
touched set via perf commit:
258-
`openHTMLBlock`, `tagName.lowerInto`,
259-
`type7TagIsRawText`, `type7TagBytes`,
260-
`isTagByte`, `htmlBlockCloses`,
261-
`scanner.tryHTMLBlock`. Tests doc
256+
helpers lack dedicated tests. File entered
257+
the touched set via a perf commit. Tests doc
262258
§"every function by name" —
263259
[plan/2606260211][2606260211].
264260

0 commit comments

Comments
 (0)