Files
containerd/core/remotes/docker
Aadhar Agarwal d6ee6f69b2 Fix ST1005 lint violations: lowercase error strings
Error strings should not be capitalized (unless beginning with proper
nouns or acronyms) or end with punctuation, per Go style guide and
staticcheck ST1005.

This change lowercases the first letter of error messages in fmt.Errorf
calls throughout the codebase, while preserving uppercase for acronyms
at the start of error strings (e.g., NRI, RDT, CDI, UID, GID, VHD, FUSE).

Also fixes typo 'faild' -> 'failed' in resolver_test.go.

Changes:
- core/metadata: target.Digest, target.Size, target.MediaType
- core/remotes/docker: fetcher.Seek, fetcherByDigest
- integration: various test error messages
- internal/cri/server: containerConfig
- plugins/snapshots: erofs

Fixes #12011

Signed-off-by: Aadhar Agarwal <aadagarwal@microsoft.com>
2026-01-07 00:26:28 +00:00
..
2025-09-24 17:59:19 -07:00
2024-01-17 09:52:21 -08:00
2024-01-17 09:52:21 -08:00
2025-09-24 17:59:18 -07:00
2024-01-17 09:55:58 -08:00
2024-01-17 09:52:21 -08:00
2024-01-17 09:55:58 -08:00
2024-01-25 22:18:45 -08:00