gitea/modules/packages
logikonline 4d1d81e8b3
Some checks failed
Build and Release / Build Binaries (arm64, linux) (push) Blocked by required conditions
Build and Release / Build Docker Image (push) Blocked by required conditions
Build and Release / Create Release (push) Blocked by required conditions
Build and Release / Lint and Test (push) Successful in 9m45s
Build and Release / Build Binaries (amd64, linux) (push) Has been cancelled
Build and Release / Build Binaries (arm64, darwin) (push) Has been cancelled
Build and Release / Build Binaries (amd64, windows) (push) Has been cancelled
Build and Release / Build Binaries (amd64, darwin) (push) Has been cancelled
fix: resolve all remaining golangci-lint errors
- Replace fmt.Errorf with errors.New where no formatting needed
- Use slices.Sort instead of sort.Slice
- Use slices.Contains instead of manual loops
- Use strings.Cut/bytes.Cut instead of Index functions
- Use min() builtin instead of if statements
- Use range over int for iteration
- Replace interface{} with any
- Use strconv.FormatInt instead of fmt.Sprintf
- Fix gofumpt formatting (extra rules)
- Add SDK exclusions to .golangci.yml for standalone SDK package
- Check errors on ctx.Resp.Write calls
- Remove unused struct fields
- Remove unused function parameters

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 18:00:44 -05:00
..
alpine Integrate alpine noarch packages into other architectures index (#29137) 2024-02-25 15:10:55 +00:00
arch Relax the version checking for Arch packages (#32908) 2024-12-19 09:41:23 +00:00
cargo cargo registry - respect renamed dependencies (#32430) 2024-11-12 02:57:30 +00:00
chef Add Chef package registry (#22554) 2023-02-06 09:49:21 +08:00
composer Make composer registry support tar.gz and tar.bz2 and fix bugs (#35958) 2025-11-18 23:15:50 +00:00
conan Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
conda Refactor error system (#33771) 2025-03-03 05:36:10 +00:00
container use experimental go json v2 library (#35392) 2025-09-28 08:03:36 +00:00
cran Enable unparam linter (#31277) 2024-06-11 18:47:45 +00:00
debian Fix various bugs (#35684) 2025-10-19 00:37:50 +08:00
goproxy Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
helm Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
maven Fix maven pom inheritance (#32943) 2024-12-25 04:28:37 +00:00
npm Fix various bugs (#36139) 2025-12-12 18:56:05 +00:00
nuget fix: resolve all remaining golangci-lint errors 2026-01-09 18:00:44 -05:00
pub Limit reading bytes instead of ReadAll (#35928) 2025-11-12 19:44:49 +08:00
pypi Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
rpm Use new RPM constants (#28931) 2024-01-25 21:40:24 +00:00
rubygems Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
swift fix: add author.name field to Swift Package Registry API response (#35410) 2025-09-07 18:24:25 +00:00
vagrant Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
content_store.go Redirect to a presigned URL of HEAD for HEAD requests (#35088) 2025-07-16 11:22:45 +00:00
hashed_buffer_test.go Uniform all temporary directories and allow customizing temp path (#32352) 2025-04-08 16:15:28 +00:00
hashed_buffer.go Uniform all temporary directories and allow customizing temp path (#32352) 2025-04-08 16:15:28 +00:00
multi_hasher_test.go Replace fmt.Sprintf with hex.EncodeToString (#21960) 2022-11-28 11:19:18 +00:00
multi_hasher.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00