podman/pkg/hooks/exec
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
..
exec.go standardize logrus messages to upper case 2021-09-22 15:29:34 -04:00
exec_test.go make lint: include unit tests 2020-01-14 10:51:59 +01:00
runtimeconfigfilter.go standardize logrus messages to upper case 2021-09-22 15:29:34 -04:00
runtimeconfigfilter_test.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00