containerd/pkg/cri/store/sandbox
Sebastiaan van Stijn f9c80be1bb
remove unneeded nolint-comments (nolintlint), disable deprecated linters
Remove nolint-comments that weren't hit by linters, and remove the "structcheck"
and "varcheck" linters, as they have been deprecated:

    WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
    WARN [runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
    WARN [linters context] structcheck is disabled because of generics. You can track the evolution of the generics support by following the https://github.com/golangci/golangci-lint/issues/2649.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-12 14:41:01 +02:00
..
metadata_test.go move up to CRI v1 and support v1alpha in parallel 2021-06-28 09:34:12 -05:00
metadata.go remove unneeded nolint-comments (nolintlint), disable deprecated linters 2022-10-12 14:41:01 +02:00
sandbox_test.go Implement CRI container and pods stats 2021-11-03 17:52:05 -07:00
sandbox.go clean-up "nolint" comments, remove unused ones 2022-10-12 14:40:59 +02:00
status_test.go Fix linter warnings 2022-07-15 13:29:04 -07:00
status.go Persist container and sandbox if resource cleanup fails, like teardownPodNetwork 2022-09-27 14:38:41 +00:00