podman/pkg/k8s.io
Paul Holzinger 41528739ce
golangci-lint: enable nolintlint
The nolintlint linter does not deny the use of `//nolint`
Instead it allows us to enforce a common nolint style:
- force that a linter name must be specified
- do not add a space between `//` and `nolint`
- make sure nolint is only used when there is actually a problem

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-06-14 16:29:42 +02:00
..
api enable gocritic linter 2022-04-26 18:12:22 +02:00
apimachinery golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
README.md pkg/k8s.io: add small readme with copyright notice 2022-03-15 14:48:11 +01:00

README.md

The code in this directory was copied from Kubernetes version 0.22.5:

The code is heavily modified by the Podman team (mostly removing unneeded code) to reduce the resulting binary size. The copyright belongs to the Kubernetes Authors and is licensed under Apache-2.0, also check the license headers in the files.