podman/pkg/machine
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
..
e2e Merge pull request #14417 from Luap99/machine-ssh 2022-06-02 04:24:01 -04:00
qemu golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
wsl Introduce 'Starting' status for machines 2022-06-09 12:42:43 -04:00
config.go Introduce 'Starting' status for machines 2022-06-09 12:42:43 -04:00
config_test.go Machine refactor - part 1 2022-03-28 09:12:08 -05:00
connection.go Introduce podman machine init --root=t|f and podman machine set --root=t|f 2022-02-16 03:49:17 -06:00
fcos.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
fedora.go enable gocritic linter 2022-04-26 18:12:22 +02:00
ignition.go Implements Windows volume/mount support 2022-04-25 13:52:27 -05:00
ignition_darwin.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
ignition_linux.go Set machine timezone 2021-12-16 12:40:20 -06:00
ignition_schema.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
ignition_windows.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
keys.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
machine_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
pull.go Remove error stutter 2022-03-25 21:47:04 -04:00