We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ec0ea commit c8c47b1Copy full SHA for c8c47b1
1 file changed
.golangci.yml
@@ -59,6 +59,8 @@ linters-settings:
59
desc: Use github.com/moby/sys/userns instead.
60
- pkg: "github.com/containerd/containerd/platforms"
61
desc: The containerd platforms package was migrated to a separate module. Use github.com/containerd/platforms instead.
62
+ - pkg: "github.com/docker/docker/pkg/system"
63
+ desc: This package should not be used unless strictly necessary.
64
- pkg: "io/ioutil"
65
desc: The io/ioutil package has been deprecated, see https://go.dev/doc/go1.16#ioutil
66
gocyclo:
0 commit comments