Skip to content

Scope challenge http #2950

Scope challenge http

Scope challenge http #2950

Triggered via pull request January 30, 2026 14:50
Status Failure
Total duration 38s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint
issues found
lint: pkg/utils/token.go#L1
var-naming: avoid meaningless package names (revive)
lint: pkg/scopes/fetcher_test.go#L25
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/scopes/fetcher_test.go#L22
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/scopes/fetcher_test.go#L19
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/scopes/fetcher_test.go#L15
var-naming: type testApiHostResolver should be testAPIHostResolver (revive)
lint: pkg/scopes/fetcher.go#L70
var-naming: var apiHostUrl should be apiHostURL (revive)
lint: pkg/http/oauth/oauth.go#L43
var-naming: struct field ApiHosts should be APIHosts (revive)
lint: pkg/http/middleware/scope_challenge.go#L23
var-naming: var baseUrl should be baseURL (revive)
lint: pkg/context/mcp_info.go#L29
exported: func name will be used as context.ContextWithMCPMethodInfo by other packages, and that stutters; consider calling this WithMCPMethodInfo (revive)