podman/pkg/specgen/generate
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
..
kube Use containers/common/pkg/util.StringToSlice 2022-05-23 12:16:54 -04:00
config_linux.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
config_linux_cgo.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
config_linux_nocgo.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
config_linux_test.go Add filepath glob support to --security-opt unmask 2021-05-04 14:40:43 -04:00
container.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
container_create.go Merge pull request #14483 from jakecorrenti/restart-privelaged-containers-after-host-device-change 2022-06-07 15:48:36 -04:00
namespaces.go patch for pod host networking & other host namespace handling 2022-06-09 10:30:48 -04:00
oci.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
pause_image.go [BZ #2083997] pod: build pause image in custom user NS 2022-05-13 15:41:28 +02:00
pod_create.go pkg/specgen: parse default network mode on server 2022-06-01 17:13:30 +02:00
ports.go Use containers/common/pkg/util.StringToSlice 2022-05-23 12:16:54 -04:00
ports_bench_test.go fix a number of errcheck issues 2022-03-22 13:15:28 +01:00
ports_test.go use libnetwork from c/common 2022-01-12 17:07:30 +01:00
security.go Use containers/common/pkg/util.StringToSlice 2022-05-23 12:16:54 -04:00
storage.go fix --init with /dev bind mount 2022-05-23 13:59:05 +02:00
validate.go Support running podman under a root v2 cgroup 2022-05-21 09:28:52 -05:00