spiegel_podman/pkg/api/handlers/libpod
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
..
containers.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07: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 Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
healthcheck.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
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 podman-remote push --remove-signatures support 2022-06-10 07:14:12 -04:00
networks.go Add version guard to libpod API endpoints 2022-02-09 14:22:42 -07:00
play.go Using logDriver instead of query.LogDriver for podman play kube 2022-06-03 14:49:43 +01:00
pods.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
secrets.go pkg/api: do not register decoder in endpoint handler 2022-04-29 14:06:54 +02:00
swagger_spec.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
system.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
volumes.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00