compose/pkg
Sebastiaan van Stijn c23a7e7281 golangci-lint: enable copyloopvar linter
capturing loop variables is no longer needed in go1.22 and higher;
https://go.dev/blog/loopvar-preview

This path enables the copyloopvar linter, which finds places where capturing
is no longer needed, and removes locations where they could be removed.

Also made some minor changes, and renamed some vars in places where
we could use a shorter name that's less likely to conflict with imports.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-02-10 13:46:41 +01:00
..
api support additional_context reference to another service 2025-02-03 17:23:35 +01:00
compose golangci-lint: enable copyloopvar linter 2025-02-10 13:46:41 +01:00
e2e support additional_context reference to another service 2025-02-03 17:23:35 +01:00
mocks feat: add commit command 2024-11-27 07:39:46 +01:00
progress can't render progress concurrently with buildkit 2025-01-08 16:12:54 +01:00
prompt fix linting issues with golangci-lint 1.60.2 2024-09-11 13:56:25 +02:00
remote add --with-env flag to publish command 2025-01-29 15:45:00 +01:00
utils format code with gofumpt 2024-12-17 16:50:14 +01:00
watch manage watch applied to mulitple services 2025-01-22 12:05:58 +01:00