You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a second golangci-lint step scoped to caddy/ on the same job as
the root lint. Fixes the pre-existing issues that surfaced:
- admin.go: propagate the success() error instead of dropping it
- admin_test.go: assert resp.Body.Close() with require.NoError
- app.go: rename iniError to errIni (ST1012)
- mercure.go: lowercase the leading article in error strings (ST1005)
0 commit comments