Skip to content

go fmt

go fmt #289

Triggered via push December 16, 2025 08:11
Status Failure
Total duration 54s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint
Process completed with exit code 1.
lint: pkg/mcp/session/pulsar_session_manager_test.go#L139
SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
lint: pkg/mcp/session/pulsar_session_manager.go#L99
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)