1
0
mirror of https://github.com/umputun/reproxy.git synced 2026-04-24 19:13:44 +02:00
Files
reproxy/lib
Umputun 089e683067 fix linter warnings after updating golangci-lint config
- add new linter rules to .golangci.yml (errorlint, wrapcheck, testifylint, nestif)
- fix errorlint: use errors.Is/As instead of direct comparison
- fix wrapcheck: wrap errors with context using %w
- fix testifylint: use assert.Len, assert.Empty, assert.True/False, require.ErrorIs
- fix go-require: use assert in goroutines and HTTP handlers
- update CI: add disk space cleanup, bump Go to 1.25, update actions versions
2025-11-26 23:06:35 -06:00
..