IsBanned
When this happens
- ✘ Instance is in a Banned version group
Severity
Configurable via severity on a Banned version group.
| Value | Effect |
|---|---|
"fix" | Default. Remove the banned dependency from the package. 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. |