fix nerdctl ps slow on heavy IO system by using goroutine #428
Annotations
7 errors
golangci-lint:
pkg/cmd/container/list.go#L174
Consider pre-allocating `errs` (prealloc)
|
golangci-lint:
pkg/imgutil/filtering.go#L305
redefines-builtin-id: redefinition of the built-in function min (revive)
|
golangci-lint:
pkg/imgutil/filtering.go#L309
redefines-builtin-id: redefinition of the built-in function max (revive)
|
golangci-lint:
cmd/nerdctl/container/container_diff.go#L200
redefines-builtin-id: redefinition of the built-in function new (revive)
|
golangci-lint:
pkg/cmd/container/list.go#L137
S1002: should omit comparison to bool constant, can be simplified to `!all` (gosimple)
|
golangci-lint:
pkg/cmd/container/list.go#L138
S1002: should omit comparison to bool constant, can be simplified to `!strings.HasPrefix(cStatus, "Up")` (gosimple)
|
golangci-lint
issues found
|
Loading