mirror of
https://github.com/restic/restic.git
synced 2026-06-01 22:59:44 +00:00
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:
committed by
GitHub
parent
c221cd06ad
commit
451cc6c048
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user