Skip to content

Commit

Permalink
fix: add nolint to pass (breaking) ci
Browse files Browse the repository at this point in the history
Signed-off-by: Ji Hwan <[email protected]>
  • Loading branch information
jhkimqd committed Aug 14, 2024
1 parent f2e2654 commit 05c85b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ulxly/ulxly.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}
Expand Down

0 comments on commit 05c85b9

Please sign in to comment.