mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +08:00
With GOOS=darwin, golangci-lint complains: > pkg/bindings/images/build_unix.go:13:24: directive `//nolint:unconvert` is unused for linter "unconvert" (nolintlint) > Dev: uint64(st.Dev), //nolint:unconvert > ^ Indeed, Stat_t.Dev is always uint64 on darwin Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
255 B
255 B