fix: resolve lint issues for make check compliance

This commit is contained in:
clawbot
2026-02-19 23:39:26 -08:00
parent 214b5f83ba
commit bfea5be063
13 changed files with 185 additions and 59 deletions

View File

@@ -51,7 +51,7 @@ type Config struct {
MaintenanceMode bool
MetricsUsername string
MetricsPassword string
SessionSecret string
SessionSecret string //nolint:gosec // not a hardcoded credential, loaded from env/file
CORSOrigins string
params *Params
log *slog.Logger