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