cli/cli
Sebastiaan van Stijn c1313a92a0
golangci-lint: enable makezero linter
cli/command/container/formatter_stats_test.go:339:11: append to slice `stats` with non-zero initialized length (makezero)
            stats = append(stats, entry)
                    ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-05-19 20:14:12 +02:00
..
command golangci-lint: enable makezero linter 2025-05-19 20:14:12 +02:00
compose vendor: github.com/docker/docker 7937f0846c13 (master, v28.x dev) 2025-05-19 14:07:50 +02:00
config Merge pull request #5977 from thaJeztah/deprecate_config_experimental 2025-04-10 14:36:11 +02:00
connhelper cli/connhelper: don't parse URL twice 2025-04-23 14:29:44 +02:00
context cli/context/store: use stdlib errors, remove errdefs uses 2025-05-16 20:18:40 +02:00
debug cli/command/trust: fix "usetesting" linting errors 2025-02-17 23:00:13 +01:00
flags cli/flags: suppress some errors 2025-02-03 12:21:00 +01:00
hints cli/hints: add tests 2024-10-19 00:48:16 +02:00
manifest cli/manifest: fix "unused-receiver" linting 2025-02-17 15:24:54 +01:00
registry/client cli/registry/client: skip RepositoryInfo as intermediate 2025-03-27 13:34:05 +01:00
streams cli/streams: minor refactoring and docs touch-ups 2023-04-03 11:27:26 +02:00
trust cli/internal/jsonstream: move to top-level "internal" 2025-05-06 20:04:21 +02:00
version Move versioning variables to a separate package. 2019-01-29 11:26:40 +00:00
cobra.go cli: remove uses of deprecated registry.SetCertsDir 2025-03-19 13:18:23 +01:00
cobra_test.go move cli-plugins annotation consts to a separate package 2025-03-07 12:46:11 +01:00
error.go cmd/docker: do not print error status on exec/run 2025-02-21 12:55:57 +01:00
required.go cli: rename args that collided with builtins (predeclard) 2024-08-26 13:55:28 +02:00
required_test.go cli: improve argument validation output 2024-07-05 03:35:14 +02:00