Default severity: warning
Reject configured imports.
Bad
import "log" // when log is configured as blockedGood
import "log/slog"Configuration
| Option | Type | Default | Description |
|---|---|---|---|
blocked-imports |
strings |
[] |
Import paths that this check rejects. |
[checks.imports-blocklist]
blocked-imports = []