multi: update linter, fix new issues

This commit is contained in:
Oliver Gugger
2024-08-20 12:46:24 +02:00
parent 9eef428e77
commit e99e6662cf
21 changed files with 453 additions and 441 deletions

View File

@@ -323,7 +323,7 @@ func (q *DiskOverflowQueue[T]) drainInputList() {
// What we do with this new item depends on what the mode of the
// queue currently is.
for q.pushToActiveQueue(task) { //nolint:revive
for q.pushToActiveQueue(task) {
// We retry until the task is handled or the quit
// channel is closed.
}