NotUsingCatalog
When this happens
- ✓ Instance is in a Catalog version group
- ✓ Instance's dependency is defined in exactly one catalog
- ✘ Instance does not use the
catalog:protocol - ! Fix: replace specifier with
catalog:orcatalog:{name}
Severity
Configurable via severity on a Catalog version group.
| Value | Effect |
|---|---|
"fix" | Default. Replace the specifier with `catalog:` (or `catalog:{name}` if the catalog is named). 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. |