opencontainers / runtime-tools

OCI Runtime Tools
https://www.opencontainers.org/
Apache License 2.0
434 stars 141 forks source link

Fix various golangci-lint typecheck errors ... #748

Closed dfr closed 2 years ago

dfr commented 2 years ago

... which cause CI to fail

Most of this seems to be trivial and/or false positive. I was unable to fix typecheck errors around imports of "os/exec", "unicode" and "unicode/utf8" and marked them as nolint. An alternative would be to just disable the typecheck linter.

Signed-off-by: Doug Rabson dfr@rabson.org

dfr commented 2 years ago

This problem is fixed in a better way in #750