Add codespell support with configuration and fixes (#21807)

Co-authored-by: Claude Code 2.1.142 / Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Yaroslav Halchenko
2026-05-30 16:15:13 -04:00
committed by GitHub
parent c221cd06ad
commit 451cc6c048
13 changed files with 63 additions and 11 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ var (
// Cached uid lookup by user name. Returns 0 when no id can be found.
//
//nolint:revive // captialization is correct as is
//nolint:revive // capitalization is correct as is
func lookupUid(userName string) uint32 {
userNameLookupCacheMutex.RLock()
uid, ok := userNameLookupCache[userName]