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

Add Rule: Optional types are not allowed as parameters of unary functions #6

Open
pkedy opened this issue Aug 9, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@pkedy
Copy link
Member

pkedy commented Aug 9, 2022

It makes little sense to pass in null to unary functions and it adds yet another case for generators to handle. Add this rule so that generators need not have to handle this.

@pkedy pkedy added the enhancement New feature or request label Aug 9, 2022
@pkedy pkedy added this to the v1.0 milestone Aug 9, 2022
@pkedy pkedy self-assigned this Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant