Skip to content

Commit

Permalink
Disable broken linter
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Apr 29, 2024
1 parent 3cf26e8 commit 809012e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ linters:
- importas
- inamedparam
#- interfacebloat
- intrange
#- intrange # TODO: re-enable after https://github.com/ckaznocha/intrange v0.1.2 release is merged in golangci-lint
#- ireturn
#- lll
- loggercheck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ func (b *BasicBuffer) dropTail(quantumFunc func(iotago.AccountID) Deficit, maxBu

b.size.Dec()
droppedBlocks = append(droppedBlocks, tail)

}

return droppedBlocks
Expand Down

0 comments on commit 809012e

Please sign in to comment.