podman/pkg/k8s.io/api/core/v1
Paul Holzinger 5b4af0584d
replace golint with revive linter
golint, scopelint and interfacer are deprecated. golint is replaced by
revive. This linter is better because it will also check for our error
style: `error strings should not be capitalized or end with punctuation or a newline`

scopelint is replaced by exportloopref (already endabled)
interfacer has no replacement but I do not think this linter is
important.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-04-22 15:12:33 +02:00
..
annotation_key_constants.go move k8s deps into podman 2022-03-15 14:46:29 +01:00
resource.go replace golint with revive linter 2022-04-22 15:12:33 +02:00
types.go Run codespell to cleanup typos 2022-03-25 15:34:41 -04:00