DiffersToCatalog
When this happens
- ✓ Instance is in a Highest Semver or Lowest Semver version group
- ✓ One or more other instances use the
catalog:protocol - ✘ Instance does not use the
catalog:protocol - !
catalog:protocol wins
Severity
Configurable via severity on a Highest Semver or Lowest Semver version group.
| Value | Effect |
|---|---|
"fix" | Default. Rewrite the instance to use the `catalog:` protocol. 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. |