podman/pkg/api/handlers/compat
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
..
auth.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
changes.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
containers_archive.go Add API support for NoOverwriteDirNonDir 2022-05-26 16:31:15 -07:00
containers_attach.go Allow HTTP attach to stopped containers 2022-04-13 14:04:05 -04:00
containers_create.go compat api: fix regressions from "Swagger refactor/cleanup" 2022-06-09 16:00:46 +02:00
containers_export.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_logs.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_pause.go bump go module to version 4 2022-01-18 12:47:07 +01:00
containers_prune.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_restart.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_start.go bump go module to version 4 2022-01-18 12:47:07 +01:00
containers_stats.go Non-running containers now report statistics via the `podman stats` 2022-06-13 15:03:22 -04:00
containers_stop.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_top.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_unpause.go bump go module to version 4 2022-01-18 12:47:07 +01:00
events.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
exec.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
images.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
images_build.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
images_history.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images_prune.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
images_push.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images_remove.go Deleting an n use image should return conflict not system error 2022-05-16 09:59:19 -04:00
images_save.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
images_search.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images_tag.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
info.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
networks.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
ping.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
resize.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
secrets.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
system.go bump go module to version 4 2022-01-18 12:47:07 +01:00
types.go V2 verify JSON output is consistent and doesn't drift 2020-05-28 16:20:29 -07:00
unsupported.go bump go module to version 4 2022-01-18 12:47:07 +01:00
version.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
volumes.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00