spiegel_podman/cmd/podman/common
Paul Holzinger eea3fa25da
silence new platform specific staticcheck issues
These errors only happen on windows or freebsd. They happen when a
function always returns a hard error there so it assumes the condition
is always true which is not the case on another platform.

We then also need to use nolintlint so it does not trigger on linux
where the nolint is not needed otherwise.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2026-09-04 17:21:15 +02:00
..
build.go build: do not leak context tmpdir 2026-08-21 08:17:58 +05:30
completion.go silence new platform specific staticcheck issues 2026-09-04 17:21:15 +02:00
completion_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
create.go Add support for --passwd to the create command 2026-08-27 15:46:30 +02:00
create_opts.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
create_test.go cmd/podman: replace strings.Split with strings.Cut 2026-05-22 12:36:26 -07:00
default.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
format.go ps: format labels as comma separated key=value for Docker compatibility 2026-04-30 18:04:49 +02:00
inspect.go Add artifact fallback to podman inspect command 2025-10-02 06:52:32 -04:00
netflags.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
sign.go Fix staticcheck SA4023 warnings in call.go and sign.go 2026-06-12 09:53:20 +02:00
term.go remove github.com/buger/goterm dependency 2025-03-31 19:17:55 +02:00