fix: resolve lint issues for make check compliance

This commit is contained in:
clawbot
2026-02-19 23:43:41 -08:00
parent a891fb2489
commit e73409b567
11 changed files with 142 additions and 26 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