mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
adbac31d88
This one is tough as errorlint insists on using errors.Is, and the latter is known to not work for Go 1.13 which we still support. So, add a nolint annotation to suppress the warning, and a TODO to address it later. For intelrdt, we can do the same, but it is easier to reuse the very same function from fscommon (note we can't use fscommon for other stuff as it expects cgroupfs). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>