-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It might be easier to only consider patch/minor version inconsistencies first since these shouldn't have breaking changes. One may want to consider/fix major version inconsistencies separately.
Possible APIs:
--ignore-semver major
-- ignore anything with major version inconsistency--semver minor,patch
-- only consider minor / patch version inconsistencies- -
-ignore-range
-- ignore range type inconsistencies (e.g. tilde vs caret) - -
-ignore-range caret,tilde
-- ignore anything with a caret or tilde range
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request