spiegel_podman/cmd/podman/containers
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
..
attach.go docs: fix the documented --detach-keys character list 2026-08-21 14:45:58 +05:30
checkpoint.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
cleanup.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
clone.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
commit.go cmd, commit: change --pause default to true 2026-06-03 07:28:22 +02:00
container.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
cp.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
diff.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
exec.go podman exec: align --detach-keys help text with run, start, and attach 2026-07-26 03:04:40 +08:00
exists.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
export.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
init.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
inspect.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
kill.go cmd/podman: replace strings.Split with strings.Cut 2026-05-22 12:36:26 -07:00
list.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
logs.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
mount.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
pause.go cmd/podman: replace strings.Split with strings.Cut 2026-05-22 12:36:26 -07:00
port.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
prune.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
ps.go Replace deprecated strings.Title with manual capitalization 2026-06-12 09:53:19 +02:00
ps_test.go Switch common, storage and image to monorepo. 2025-09-01 12:33:04 +02:00
rename.go libpod: add volume rename support 2026-06-11 21:56:15 +01:00
restart.go cmd/podman: replace strings.Split with strings.Cut 2026-05-22 12:36:26 -07:00
restore.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
rm.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
run.go Merge pull request #29603 from gerryd/feature/create-passwd 2026-08-27 22:03:01 -04:00
runlabel.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
start.go docs: fix the documented --detach-keys character list 2026-08-21 14:45:58 +05:30
stats.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
stop.go cmd/podman: replace strings.Split with strings.Cut 2026-05-22 12:36:26 -07:00
top.go silence new platform specific staticcheck issues 2026-09-04 17:21:15 +02:00
unmount.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
unpause.go cmd/podman: replace strings.Split with strings.Cut 2026-05-22 12:36:26 -07:00
update.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
wait.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00