pkg-proxy/internal/database
Andrew Nesbitt 599fe9e254
Fix all golangci-lint issues across the codebase (#32)
* Fix all golangci-lint issues across the codebase

Resolve 77 lint issues reported by golangci-lint with gocritic, gocognit,
gocyclo, maintidx, dupl, mnd, unparam, ireturn, goconst, and errcheck
enabled. Net reduction of ~175 lines through shared helpers and
deduplication.

* Suppress staticcheck SA1019 for intentional deprecated field usage

The Storage.Path field is deprecated but still read for backwards
compatibility with existing configs that haven't migrated to the URL field.
2026-03-18 10:59:29 +00:00
..
database.go Fix all golangci-lint issues across the codebase (#32) 2026-03-18 10:59:29 +00:00
database_test.go Fix golangci-lint errors (errcheck, staticcheck, unused) 2026-02-16 10:53:21 +00:00
queries.go Refactoring and features 2026-02-03 22:40:40 +00:00
queries_packages_list_test.go Fix all golangci-lint issues across the codebase (#32) 2026-03-18 10:59:29 +00:00
schema.go Fix all golangci-lint issues across the codebase (#32) 2026-03-18 10:59:29 +00:00
types.go Add Container, Debian, RPM handlers and enrichment API 2026-01-29 19:35:15 +00:00