DockerCLI/cli/command/volume
Sebastiaan van Stijn b298f8f2cd
cli/command/volume: remove name for unused arg (revive)
cli/command/volume/prune_test.go:113:22: unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
    func simplePruneFunc(args filters.Args) (types.VolumesPruneReport, error) {
                         ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 607f290f65)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-07-15 15:24:46 +02:00
..
testdata volumes: prune: add --all / -a option 2023-04-26 12:06:39 +02:00
client_test.go vendor: github.com/docker/docker 2ed904cad7055847796433cc56ef1d1de0da868c 2022-04-30 12:01:37 +02:00
cmd.go Add cluster volume support 2022-05-13 20:06:11 +02:00
create.go cmd: set double quotes as code delimiter 2023-01-06 19:15:33 +01:00
create_test.go cli/command/volume: suppress err output in tests 2023-04-26 12:06:33 +02:00
inspect.go Adopt Cobra completion v2 to support completion by CLI plugins 2022-05-12 12:59:10 +02:00
inspect_test.go cli/command/volume: suppress err output in tests 2023-04-26 12:06:33 +02:00
list.go cmd: set double quotes as code delimiter 2023-01-06 19:15:33 +01:00
list_test.go cli/command/volume: suppress err output in tests 2023-04-26 12:06:33 +02:00
prune.go cli/command: RunPrune(): remove name for unused "all" parameter (revive) 2023-07-15 15:20:50 +02:00
prune_test.go cli/command/volume: remove name for unused arg (revive) 2023-07-15 15:24:46 +02:00
remove.go Adopt Cobra completion v2 to support completion by CLI plugins 2022-05-12 12:59:10 +02:00
remove_test.go cli/command/volume: suppress err output in tests 2023-04-26 12:06:33 +02:00
update.go cmd: set double quotes as code delimiter 2023-01-06 19:15:33 +01:00