DockerCLI/cli/command/image
Sebastiaan van Stijn f9a2af0a49 linting: remove unused nolint comments (nolintlint)
cli-plugins/manager/plugin.go:37:1: directive `//nolint:gocyclo` is unused for linter "gocyclo" (nolintlint)
    //nolint:gocyclo
    ^
    cli/command/image/formatter_history_test.go:189:2: directive `//nolint:lll` is unused for linter "lll" (nolintlint)
        //nolint:lll
        ^
    cli/command/service/list.go:113:1: directive `//nolint:gocyclo` is unused for linter "gocyclo" (nolintlint)
    //nolint:gocyclo
    ^
    cli/command/stack/swarm/deploy_composefile.go:178:1: directive `//nolint:gocyclo` is unused for linter "gocyclo" (nolintlint)
    //nolint:gocyclo
    ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 491407b541)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-02-27 17:02:47 -05:00
..
build linting: use consts from stdlib (usestdlibvars) 2023-02-27 17:01:45 -05:00
testdata formatter: reduce minimum width for columns in table-view 2020-08-31 16:31:15 +02:00
build.go format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00
build_buildkit.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
build_session.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
build_test.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
client_test.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
cmd.go Move credential getting functions to the ConfigFile. 2017-06-27 13:46:47 +02:00
formatter_history.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
formatter_history_test.go linting: remove unused nolint comments (nolintlint) 2023-02-27 17:02:47 -05:00
history.go Replace 'numeric' with object in -q description 2020-03-02 10:28:52 +01:00
history_test.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
import.go LCOW: --platform on import (already in API) 2018-09-13 15:04:04 -07:00
import_test.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
inspect.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
inspect_test.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
list.go Remove 'images' alias from 'image ls' command 2020-06-15 17:48:43 +02:00
list_test.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
load.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
load_test.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
prune.go prune: use filters.Args.Clone() 2018-12-10 16:48:59 +00:00
prune_test.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
pull.go Add option to pull images quietly 2018-12-19 13:48:41 +01:00
pull_test.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
push.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
push_test.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
remove.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
remove_test.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
save.go Prevent overwriting irregular files (cp, save, export commands) 2019-02-07 09:17:35 +01:00
save_test.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
tag.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
tag_test.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00
trust.go format (GoDoc) comments with Go 1.19 to prepare for go updates 2023-02-27 17:00:55 -05:00
trust_test.go cli/command/image: remove deprecated io/ioutil and use t.TempDir() 2023-02-27 16:27:36 -05:00