diff --git a/virtcontainers/hypervisor.go b/virtcontainers/hypervisor.go index d341640731..ad867bc2eb 100644 --- a/virtcontainers/hypervisor.go +++ b/virtcontainers/hypervisor.go @@ -68,13 +68,13 @@ const ( netDev // SerialDev is the serial device type. - serialDev + serialDev // nolint: varcheck,unused // BlockDev is the block device type. blockDev // ConsoleDev is the console device type. - consoleDev + consoleDev // nolint: varcheck,unused // SerialPortDev is the serial port device type. serialPortDev