mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Attempt to remove unused revive linter directive
This commit is contained in:
parent
601a2f91ed
commit
1cb47cd3f7
|
@ -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.
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue