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 option to ignore major version inconsistencies #537

Open
bmish opened this issue Sep 26, 2022 · 0 comments
Open

Add option to ignore major version inconsistencies #537

bmish opened this issue Sep 26, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@bmish
Copy link
Owner

bmish commented Sep 26, 2022

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
@bmish bmish added the enhancement New feature or request label Sep 26, 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
None yet
Development

No branches or pull requests

1 participant