From 05c85b9352ccf7e8dcc33d1cfd5cf856b23b12ed Mon Sep 17 00:00:00 2001 From: Ji Hwan Date: Wed, 14 Aug 2024 14:07:50 +0900 Subject: [PATCH] fix: add nolint to pass (breaking) ci Signed-off-by: Ji Hwan --- cmd/ulxly/ulxly.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/ulxly/ulxly.go b/cmd/ulxly/ulxly.go index 53451250..06efa836 100644 --- a/cmd/ulxly/ulxly.go +++ b/cmd/ulxly/ulxly.go @@ -592,6 +592,7 @@ func (s *IMT) GetRoot(depositNum uint32) common.Hash { // GetProof will return an object containing the proof data necessary for verification func (s *IMT) GetProof(depositNum uint32) Proof { node := common.Hash{} + // nolint:staticcheck // SA4006 ignore this! sibling := common.Hash{} size := depositNum + 1 currentZeroHashHeight := common.Hash{}