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

Confusing error/warning messages if version_requirement has extra characters #104

Open
llowder opened this issue Jan 3, 2020 · 0 comments
Labels

Comments

@llowder
Copy link

llowder commented Jan 3, 2020

With version 2.2.0, when listing module deps if you put in version_requirements by mistake, you get a warning about "open ended version requirements" even if the listed version is not open ended.

This should instead flag the typo in the field name as an error since it should be version_requirement (no trailing s) instead.

Note that this only shows up if --strict-dependencies is used, but the type should probably be flagged regardless.

@bastelfreak bastelfreak added the bug label Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants