mirror of
https://github.com/containers/podman.git
synced 2026-09-13 06:09:35 -04:00
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>