You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 trailings
) instead.Note that this only shows up if
--strict-dependencies
is used, but the type should probably be flagged regardless.The text was updated successfully, but these errors were encountered: