podman/pkg/domain
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
..
entities golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
filters Use containers/common/pkg/util.StringToSlice 2022-05-23 12:16:54 -04:00
infra golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
utils Add more unit tests 2022-05-04 08:29:54 -05:00