Skip to content

Commit

Permalink
pkg/devicemapper: disable unused and varcheck linters
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Sep 18, 2019
1 parent 4a3ee04 commit 9faf565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/devicemapper/devmapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

// Same as DM_DEVICE_* enum values from libdevmapper.h
// nolint: deadcode
// nolint: deadcode,unused,varcheck
const (
deviceCreate TaskType = iota
deviceReload
Expand Down

0 comments on commit 9faf565

Please sign in to comment.