Clarify schema error printer locale behavior - #12032
Conversation
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Clarifies that the shared schema error printer does not provide translations without a catalog.
Changes:
- Documents the role of
language.English. - Preserves existing error-formatting behavior.
Show a summary per file
| File | Description |
|---|---|
internal/config/validation_schema.go |
Adds clarification beside schemaErrPrinter. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Balanced
🔒 mcpg Read-Only Stress — default AWFSurface coverage: MCP tool calls + proxied CLI (REST) + GraphQL mutations
Overall: INCONCLUSIVE Notes:
References: §33182744316
|
🔒 mcpg Read-Only Stress — docker-sbxSurface coverage: MCP tool calls + proxied CLI (REST) + GraphQL mutations
Overall: INCONCLUSIVE
No writes leaked in any category. The INCONCLUSIVE result reflects methodology gaps (absent write tools + unauthenticated gh CLI), not evidence of a security failure.
|
golang.org/x/textis used only to provide a sharedmessage.Printerrequired by JSON Schema error formatting. The English language tag does not configure localization without a message catalog.Documentation
language.Englishnext toschemaErrPrinter.