Files
moby/opts
Sebastiaan van Stijn 63f0b9a1d5 opts: remove redundant capturing of loop vars (copyloopvar)
opts/env_test.go:107:3: The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
            tc := tc
            ^
    opts/opts_test.go:72:3: The copy of the 'for' variable "tc" can be deleted (Go 1.22+) (copyloopvar)
            tc := tc
            ^
    opts/opts_test.go:303:3: The copy of the 'for' variable "testCase" can be deleted (Go 1.22+) (copyloopvar)
            testCase := testCase
            ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-12 14:02:10 +01:00
..
2023-06-29 00:31:49 +02:00
2023-05-19 20:38:51 +02:00