cli/e2e/cli-plugins
Sebastiaan van Stijn 6489a777e5
e2e: 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
..
plugins e2e/cli-plugins: use identifiable output for test 2024-07-05 10:59:26 +02:00
testdata cli: improve output and consistency for unknown (sub)commands 2024-07-05 02:28:11 +02:00
config_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
dial_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
flags_test.go e2e: remove redundant capturing of loop vars in tests (copyloopvar) 2024-11-05 10:14:30 +01:00
help_test.go cli: FlagErrorFunc: don't print long usage output for invalid flags 2024-07-17 13:22:31 +02:00
main_test.go e2e: Add a TestMain for cli plugins tests 2019-04-03 15:06:34 +01:00
run_test.go Removed all mentions of "please" from docs and messages 2024-06-11 16:53:40 +02:00
socket_test.go cmd/docker: don't discard cli.StatusError errors without custom message 2024-07-05 10:59:27 +02:00
util_test.go golangci-lint: enable thelper linter 2023-11-20 16:02:17 +01:00