containerd/pkg/cri/store/container
Sebastiaan van Stijn 29c7fc9520
clean-up "nolint" comments, remove unused ones
- fix "nolint" comments to be in the correct format (`//nolint:<linters>[,<linter>`
  no leading space, required colon (`:`) and linters.
- remove "nolint" comments for errcheck, which is disabled in our config.
- remove "nolint" comments that were no longer needed (nolintlint).
- where known, add a comment describing why a "nolint" was applied.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-12 14:40:59 +02:00
..
container_test.go Implement CRI container and pods stats 2021-11-03 17:52:05 -07:00
container.go clean-up "nolint" comments, remove unused ones 2022-10-12 14:40:59 +02:00
fake_status.go Move cri server packages under pkg/cri 2020-10-07 13:09:37 -07:00
metadata_test.go move up to CRI v1 and support v1alpha in parallel 2021-06-28 09:34:12 -05:00
metadata.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
status_test.go Fix linter warnings 2022-07-15 13:29:04 -07:00
status.go ContainerStatus to return container resources 2022-08-24 19:08:06 +00:00