Skip to content
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

NonEmptyString #512

Merged
merged 2 commits into from
Oct 4, 2020
Merged

NonEmptyString #512

merged 2 commits into from
Oct 4, 2020

Conversation

maxwellsmart84
Copy link
Contributor

@maxwellsmart84 maxwellsmart84 commented Oct 1, 2020

I am suggesting this scalar type because it is one I often use in projects when I want to require a string to be present but also want to enforce a value in that string. This simply checks that "" and " " are invalid characters on input and that the string hold some value.

I apologize if I missed something in the contribution guidelines, but the contribution link appears to be broken:

https://github.com/okgrow/guides/blob/master/open-source/contributing.md

@ardatan
Copy link
Collaborator

ardatan commented Oct 4, 2020

You're right. Contribution guide should be fixed! Thank you for reminding us and for this new scalar :)

@ardatan ardatan merged commit 36aa6bf into Urigo:master Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants