Scope challenge http #2950
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)
|