Skip to content

Commit

Permalink
golangci-lint fix typo in depguard message
Browse files Browse the repository at this point in the history
This was introduced in 136e1b7, but
missed during review.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jun 20, 2024
1 parent b2e01a8 commit a522e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a522e26

Please sign in to comment.