mirror of
https://github.com/containerd/containerd.git
synced 2026-08-12 22:16:27 +00:00
golangci-lint fix typo in depguard message
This was introduced in 136e1b72d8, but
missed during review.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -71,7 +71,7 @@ linters-settings:
|
||||
- pkg: "github.com/containerd/containerd/log"
|
||||
desc: The containerd log package was migrated to a separate module. Use github.com/containerd/log instead.
|
||||
- pkg: "github.com/containerd/containerd/platforms"
|
||||
desc: The containerd log package was migrated to a separate module. Use github.com/containerd/platforms instead.
|
||||
desc: The containerd platforms package was migrated to a separate module. Use github.com/containerd/platforms instead.
|
||||
gosec:
|
||||
# The following issues surfaced when `gosec` linter
|
||||
# was enabled. They are temporarily excluded to unblock
|
||||
|
||||
Reference in New Issue
Block a user