-
Notifications
You must be signed in to change notification settings - Fork 43
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
Warn on empty strings #1158
Warn on empty strings #1158
Conversation
One question for reviewers: should we also add this functionality to |
I don't think we need it on |
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.
This is looking good to me! I don't think I have any other comments besides the tests that @cmoesel mentioned.
Co-authored-by: Chris Moesel <[email protected]>
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.
Looks good, @guhanthuran! Thank you for this!
Fixes #1087
Adds warnings whenever the user makes their Title or Description an empty string within their Instance, Code System, Structure Definition, or Value Set.
Testers would most likely want to test situations where Title or Description within these types exist but are empty strings.
Thanks for reviewing!