DockerCLI/cli/command/system
Sebastiaan van Stijn 8e98c765f8
cli/command/system: fix deprecated comments (gocritic)
cli/command/system/info.go:470:1: deprecatedComment: use `Deprecated: ` (note the casing) instead of `DEPRECATED: ` (gocritic)
    // DEPRECATED: warnings are now generated by the daemon, and returned in
    ^
    cli/command/system/info.go:492:1: deprecatedComment: use `Deprecated: ` (note the casing) instead of `DEPRECATED: ` (gocritic)
    // DEPRECATED: warnings are now generated by the daemon, and returned in
    ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-11-20 16:02:17 +01:00
..
testdata cli/command/system: fix "docker events" not supporting --format=json 2023-08-29 14:48:49 +02:00
client_test.go cli/command/system: fix "docker events" not supporting --format=json 2023-08-29 14:48:49 +02:00
cmd.go Revert "Disable `docker system dial-stdio` on Windows" 2019-03-12 14:57:52 +00:00
df.go Adopt Cobra completion v2 to support completion by CLI plugins 2022-05-12 12:59:10 +02:00
dial_stdio.go Adopt Cobra completion v2 to support completion by CLI plugins 2022-05-12 12:59:10 +02:00
events.go cli/command/system: fix "docker events" not supporting --format=json 2023-08-29 14:48:49 +02:00
events_test.go linting: Consider pre-allocating sliceVar (prealloc) 2023-11-20 16:02:16 +01:00
info.go cli/command/system: fix deprecated comments (gocritic) 2023-11-20 16:02:17 +01:00
info_test.go linting: address else/if/elseif statements found by gocritic 2023-11-20 16:02:16 +01:00
inspect.go replace uses of client.IsErrNotFound for errdefs.IsNotFound 2023-05-11 23:09:29 +02:00
prune.go Update docs/command output for volume pruning 2023-08-12 14:22:23 +01:00
prune_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
version.go linting: address else/if/elseif statements found by gocritic 2023-11-20 16:02:16 +01:00
version_test.go fix docker version --format=json not outputting json format 2023-04-10 14:29:14 +02:00