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

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: or catalog:{name}

Severity

Configurable via severity on a Catalog version group.

ValueEffect
"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.