Skip to content

OAuth metadata implementation #2837

OAuth metadata implementation

OAuth metadata implementation #2837

Triggered via pull request January 23, 2026 11:07
Status Failure
Total duration 43s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: pkg/http/middleware/token.go#L28
var errMissingTokenInfoHeader is unused (unused)
lint: pkg/github/server.go#L146
func createFeatureChecker is unused (unused)
lint: pkg/http/server.go#L22
exported: type name will be used as http.HTTPServerConfig by other packages, and that stutters; consider calling this ServerConfig (revive)
lint: pkg/http/handler.go#L127
unused-parameter: parameter 'cfg' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/http/handler.go#L117
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/http/handler.go#L108
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/http/handler.go#L38
exported: type name will be used as http.HTTPMcpHandlerOption by other packages, and that stutters; consider calling this McpHandlerOption (revive)
lint: pkg/http/handler.go#L32
exported: type name will be used as http.HTTPMcpHandlerOptions by other packages, and that stutters; consider calling this McpHandlerOptions (revive)
lint: pkg/http/handler.go#L22
exported: type name will be used as http.HTTPMcpHandler by other packages, and that stutters; consider calling this McpHandler (revive)
lint: pkg/github/server_test.go#L55
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)