ignore unused field
This commit is contained in:
parent
593d2fce21
commit
a4ee6e27b9
@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
type taskSelector struct {
|
||||
best []stores.StorageInfo
|
||||
best []stores.StorageInfo //nolint: unused, structcheck
|
||||
}
|
||||
|
||||
func newTaskSelector() *taskSelector {
|
||||
|
Loading…
Reference in New Issue
Block a user