mirror of
https://github.com/umputun/reproxy.git
synced 2026-04-24 19:13:44 +02:00
089e683067
- 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