fix: resolve lint issues for make check compliance
Some checks failed
Check / check (pull_request) Failing after 5m5s

This commit is contained in:
clawbot
2026-02-19 23:44:47 -08:00
parent e24b45dfd6
commit 711c920285
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