mirror of
https://github.com/containers/podman.git
synced 2026-07-09 23:05:00 -04:00
Something with the cache is not working right and results in inconsistent lint result. Even on PRs where there are no source code changes we observe random failures. I have seen at least 4 different instances since we the new CI setup. It is not reasonable to spot fix each new warning (mostly just adding new nolint comments) each time as it affects all PRs at once. It will also be very confusing for new contributors. Fixes: #28893 Signed-off-by: Paul Holzinger <pholzing@redhat.com>