DockerCLI/cli/command/task
Sebastiaan van Stijn 67458f710d
cli/command: remove redundant capturing of loop vars in tests (copyloopvar)
go1.22 and up now produce a unique variable in loops, tehrefore no longer
requiring to capture the variable manually;

    service/logs/parse_logs_test.go:50:3: The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
            tc := tc
            ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-05 10:14:30 +01:00
..
testdata formatter: reduce minimum width for columns in table-view 2020-08-31 16:31:15 +02:00
client_test.go cli/command/task: fakeClient: remove name for unused arg (revive) 2023-03-30 17:22:09 +02:00
formatter.go migrate reference github.com/distribution/reference 2023-09-05 17:53:20 +02:00
formatter_test.go cli/command: remove redundant capturing of loop vars in tests (copyloopvar) 2024-11-05 10:14:30 +01:00
print.go linting: address slice-append issues found by gocritic 2023-11-20 16:02:17 +01:00
print_test.go cli/command: remove dot-imports and unhandled errors 2023-10-23 15:21:47 +02:00