OAuth metadata implementation #2852
Annotations
10 errors
|
lint
issues found
|
|
lint:
pkg/http/middleware/token.go#L28
var errMissingTokenInfoHeader is unused (unused)
|
|
lint:
pkg/github/server.go#L140
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#L160
unused-parameter: parameter 'cfg' seems to be unused, consider removing or renaming it as _ (revive)
|
|
lint:
pkg/http/handler.go#L141
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
|
lint:
pkg/http/handler.go#L39
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#L33
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)
|