Attempt to remove unused revive linter directive

This commit is contained in:
Dimitar Dimitrov 2023-11-01 14:25:51 +01:00
parent 601a2f91ed
commit 1cb47cd3f7
No known key found for this signature in database
GPG key ID: 4541B04E6C90EBC3

View file

@ -99,7 +99,7 @@ func (f *symbolFlushers) loop() {
}
}
for range f.jobs { //nolint:revive // This "empty" block is intentional
for range f.jobs {
// drain the channel, don't do more flushing. only used when error occurs.
}
}