Skip to content

Commit

Permalink
Merge pull request #439 from nspcc-dev/fix-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cthulhu-rider committed Jan 25, 2024
2 parents 55f158d + 65f6c31 commit 70b1ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netmap/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func (p *PlacementPolicy) FromGRPCMessage(m grpc.Message) error {
return err
}

subnetID := v.GetSubnetId()
subnetID := v.GetSubnetId() //nolint:staticcheck // SA1019: v.GetSubnetId is deprecated: Marked as deprecated in netmap/grpc/types.proto
if subnetID == nil {
p.subnetID = nil
} else {
Expand Down

0 comments on commit 70b1ffb

Please sign in to comment.