Files
runc/libcontainer/intelrdt
Kir Kolyshkin adbac31d88 libct: fix errorlint warning about strconv.NumError
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>
2021-06-22 16:09:47 -07:00
..
2021-06-01 12:17:27 -07:00
2021-05-05 14:07:10 -07:00
2021-06-01 12:17:27 -07:00
2021-06-01 12:17:27 -07:00
2021-06-01 12:17:27 -07:00
2021-06-01 12:17:27 -07:00