podman/pkg/api/handlers/libpod
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
..
containers.go Add support for checkpoint image 2022-04-20 18:55:39 +01:00
containers_create.go replace golint with revive linter 2022-04-22 15:12:33 +02:00
containers_stats.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
generate.go Separator is no longer prepended when prefix is empty on podman generate systemd 2022-03-16 20:26:59 -04:00
healthcheck.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images.go import: allow users to set os, arch and variant of imports 2022-03-23 11:22:55 +05:30
images_pull.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
info.go bump go module to version 4 2022-01-18 12:47:07 +01:00
manifests.go silence deprecated warnings for manifest functions 2022-04-22 12:51:41 +02:00
networks.go Add version guard to libpod API endpoints 2022-02-09 14:22:42 -07:00
play.go play: kube: use in-memory kubefile and remove tempfile 2022-03-24 00:57:01 -07:00
pods.go Merge pull request #12930 from cdoern/podCgroup 2022-02-04 09:41:12 -05:00
secrets.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
swagger.go bump go module to version 4 2022-01-18 12:47:07 +01:00
system.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
volumes.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00