Skip to content

Commit 87af9db

Browse files
committed
docs: fix imprecise symbol-kind wording in audit log
Round 2 of the code-review cycle on PR #784 found that the stagingHelperShellFunc nice-to-have entry called it "the function" — it's a const string literal, not a function. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016AbFuwvqqq2fBiYWa3ubap
1 parent 71ec736 commit 87af9db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/development/architecture-audit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ is now exported and `requiredstructure` calls it directly.
109109
coverage exists, only the naming convention drifts.
110110
- `stagingHelperShellFunc` (`internal/githooks/githooks.go`)
111111
contains "Helper" in its name — go.md flags this as a
112-
smell, though the function is well-scoped. Rename on next
113-
touch.
112+
smell, though the constant is well-scoped. Rename on
113+
next touch.
114114
- `Override.Patterns()` / `KindAssignmentEntry.Patterns()`
115115
(`internal/config/config.go`) are two-line branching
116116
methods exercised only inside larger config tests, not by

0 commit comments

Comments
 (0)