Skip to content

change name to RawName and have method for Name() that is normalized #5225

change name to RawName and have method for Name() that is normalized

change name to RawName and have method for Name() that is normalized #5225

Triggered via push November 28, 2025 12:41
Status Failure
Total duration 2m 14s
Artifacts

go-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
go-lint
Process completed with exit code 1.
go-lint: cmd/src/mcp_parse_test.go#L40
SA4006: this value of tools is never used (staticcheck)
go-lint: cmd/src/mcp_parse_test.go#L47
unreachable: unreachable code (govet)
go-lint: cmd/src/mcp.go#L43
printf: fmt.Printf format %q arg tool.Name is a func value, not called (govet)
go-lint: cmd/src/mcp.go#L10
unlambda: replace `func(args []string) error {