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

Parameter validation should complain if too many provided #537

Open
JoshuaKGoldberg opened this issue Nov 9, 2018 · 0 comments
Open

Parameter validation should complain if too many provided #537

JoshuaKGoldberg opened this issue Nov 9, 2018 · 0 comments

Comments

@JoshuaKGoldberg
Copy link
Member

As a mistake, I wrote this:

if start : index (less than) 2

...instead of this:

if start : { operation : index (less than) 2 }

Parameter validation can catch these kinds of mistakes for requirement sets that don't end with repeating parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant