fix: add .claude/ to .gitignore #1
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)
|