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

DiffersToHighestOrLowestSemver

When this happens

Severity

Configurable via severity on a Highest Semver or Lowest Semver version group.

ValueEffect
"fix"Default. Rewrite the instance to match the highest/lowest semver in its group. 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.