We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a malformed values is supplied where a boolean is expecting Parser is returning a wrong and misleading error such as
[ {"Key":"Unexpected string key: it/conforme/gdpr"}, {"Key":"Unexpected string key: it/conforme/misureMinimeSicurezza"} ]
I expect something more readable and make keys identifiable such as:
[ {"Key": "it/conforme/gdpr", "Reason":"Unexpected string key: it/conforme/gdpr"}, {"Key": "it/conforme/misureMinimeSicurezza", "Reason":"Unexpected string key: it/conforme/misureMinimeSicurezza"} ]
See italia/publiccode-editor#87 for details.
The text was updated successfully, but these errors were encountered:
@sebbalex I think this can be closed after italia/publiccode-parser-go#77, wdyt?
The current format in production is italia/publiccode-editor#87 (comment)
Sorry, something went wrong.
sebbalex
No branches or pull requests
When a malformed values is supplied where a boolean is expecting Parser is returning a wrong and misleading error such as
I expect something more readable and make keys identifiable such as:
See italia/publiccode-editor#87 for details.
The text was updated successfully, but these errors were encountered: