Skip to content
This documentation is for v14 and up, the docs for v13 are archived.

SameMinorOverridesSemverRange

When this happens

  • ✓ Instance has same major.minor as all other instances in its group
  • ✓ Instance matches its With Range semver group
  • ! The semver group requires a range which would break Same Minor policy
  • ! Same minor policy wins

Severity

Configurable via severity on a Same Minor version group.

ValueEffect
"fix"Default. Rewrite the instance using a range safe for the Same Minor policy. 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.