2
0
Files
gitcaddy-server/cmd
logikonline f3b025bc3e 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
..
2025-06-10 12:35:12 +00:00
2025-06-10 12:35:12 +00:00
2025-06-10 12:35:12 +00:00
2025-06-10 12:35:12 +00:00
2025-10-31 18:12:03 +00:00
2025-06-10 12:35:12 +00:00
2025-08-27 11:00:01 +00:00
2025-08-27 11:00:01 +00:00
2025-10-31 18:12:03 +00:00
2025-06-10 12:35:12 +00:00
2025-10-31 18:12:03 +00:00
2025-06-10 12:35:12 +00:00
2025-06-10 12:35:12 +00:00
2025-11-02 00:52:59 -07:00