Send batch of blocks from the main loop #103
Annotations
5 errors and 1 warning
ingester/ingester.go#L93
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
ingester/mainloop.go#L28
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
ingester/mainloop.go#L157
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
|
ingester/mainloop.go#L207
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading