File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,6 @@ linters:
97
97
# FIXME: we should enable these below
98
98
- name : struct-tag
99
99
disabled : true
100
- - name : redundant-import-alias
101
- disabled : true
102
100
- name : empty-lines
103
101
disabled : true
104
102
- name : unhandled-error
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package types
19
19
import (
20
20
"io"
21
21
22
- v1 "github.com/opencontainers/image-spec/specs-go/v1"
22
+ "github.com/opencontainers/image-spec/specs-go/v1"
23
23
)
24
24
25
25
// ImageListOptions specifies options for `nerdctl image list`.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ import (
48
48
"github.com/containerd/nerdctl/v2/pkg/clientutil"
49
49
"github.com/containerd/nerdctl/v2/pkg/cmd/image"
50
50
"github.com/containerd/nerdctl/v2/pkg/containerutil"
51
- imgutil "github.com/containerd/nerdctl/v2/pkg/imgutil"
51
+ "github.com/containerd/nerdctl/v2/pkg/imgutil"
52
52
"github.com/containerd/nerdctl/v2/pkg/labels"
53
53
)
54
54
You can’t perform that action at this time.
0 commit comments