-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): enhance config validation #890
Conversation
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared target commit c8d85d5 with source commit 9099514. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 2 groups improved, 👎 3 groups regressed, 👍 2 audits improved, 👎 10 audits regressed, 13 audits changed without impacting score🗃️ Groups
12 other groups are unchanged. 🛡️ Audits
483 other audits are unchanged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like how the error messages are formatted, good job 👍
Fixes #704
This PR introduces
zod-validation-error
as a new project dependency to makeZod
validation errors more compact and readable. Due to the limited scope of the issue being resolved,zod-validation-error
is currently used only to validatecoreConfigSchema
.Formatted config validation errors