podman/pkg/api/handlers/utils
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
errors.go Fix handling of duplicate matches on id expansion 2022-01-24 13:19:16 -05:00
handler.go enable gocritic linter 2022-04-26 18:12:22 +02:00
handler_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
images.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00