Skip to content

fix: add .claude/ to .gitignore #1

fix: add .claude/ to .gitignore

fix: add .claude/ to .gitignore #1

Triggered via push October 4, 2025 20:02
Status Failure
Total duration 48s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
lint
issues found
lint: internal/ghmcp/http_server_test.go#L62
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: internal/ghmcp/http_server_test.go#L57
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: internal/ghmcp/http_server_test.go#L40
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
lint: internal/ghmcp/http_server.go#L103
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
lint: internal/ghmcp/http_server.go#L98
G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec)