We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e01a8 commit a522e26Copy full SHA for a522e26
1 file changed
.golangci.yml
@@ -71,7 +71,7 @@ linters-settings:
71
- pkg: "github.com/containerd/containerd/log"
72
desc: The containerd log package was migrated to a separate module. Use github.com/containerd/log instead.
73
- pkg: "github.com/containerd/containerd/platforms"
74
- 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.
75
gosec:
76
# The following issues surfaced when `gosec` linter
77
# was enabled. They are temporarily excluded to unblock
0 commit comments