gocritic: linter silence (#796)

This commit is contained in:
Luis Rascão
2021-10-07 04:37:55 +01:00
committed by GitHub
parent 4f0d5d175c
commit 4caa1125bc
9 changed files with 23 additions and 11 deletions

View File

@@ -794,6 +794,7 @@ func TestUpdateByIDAndAction(t *testing.T) {
holder := orderbookHolder{}
asks := deploySliceOrdered(100)
// nolint: gocritic
bids := append(asks[:0:0], asks...)
bids.Reverse()