DiffersToSnapTarget
When this happens
- ✓ Instance is in a Snapped To version group
- ✘ Instance mismatches the matching snapTo instance
Severity
Configurable via severity on a Snapped To version group.
| Value | Effect |
|---|---|
"fix" | Default. Rewrite the instance to match the snap target. 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. |