Addressing comment on PR #3487 #1207
Annotations
5 errors
|
copilot:
pkg/toolgen/mcp_test.go#L16
File is not properly formatted (golines)
|
|
copilot:
pkg/toolgen/mcp.go#L123
Error return value of `encoding/json.Marshal` is not checked (errchkjson)
|
|
copilot:
pkg/toolgen/mcp.go#L98
Error return value of `encoding/json.Marshal` is not checked (errchkjson)
|
|
copilot:
pkg/toolgen/mcp_test.go#L204
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"building command args: missing or invalid subcommand parameter: cluster_operation\")" (err113)
|
|
copilot:
pkg/toolgen/mcp_test.go#L186
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"command failed: exit status 1\")" (err113)
|