1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

pkg/devicemapper: disable unused and varcheck linters

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-08-05 15:38:56 +02:00
parent 4a3ee04351
commit 9faf565453
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -14,7 +14,7 @@ import (
) )
// Same as DM_DEVICE_* enum values from libdevmapper.h // Same as DM_DEVICE_* enum values from libdevmapper.h
// nolint: deadcode // nolint: deadcode,unused,varcheck
const ( const (
deviceCreate TaskType = iota deviceCreate TaskType = iota
deviceReload deviceReload