PinOverridesSemverRange
When this happens
- ✓ Instance is in a Pinned version group
- ✓ Instance has same Semver Number as its pinned version group
- ✓ Instance matches its With Range semver group
- ! The semver group requires a range which is different to the pinned version
- ! Pinned version wins
Severity
Configurable via severity on a Pinned version group.
| Value | Effect |
|---|---|
"fix" | Default. Rewrite the instance to the pinned version. Reported as an error in lint until fixed. |
"warn" | Skip the fix; show as warning. Does not affect exit code. |
"error" | Skip the fix; show as error. Exits 1. |