refactoring: make unused linter stricker #1388

Merged
dstepanov-yadro merged 15 commits from dstepanov-yadro/frostfs-node:refactoring/drop_unused into master 2024-09-25 08:55:39 +00:00
Showing only changes of commit 309142e913 - Show all commits

View file

@ -9,7 +9,9 @@ import (
) )
type key struct { type key struct {
// nolint:unused
tokenID string tokenID string
// nolint:unused
ownerID string ownerID string
} }