Skip to content

Send batch of blocks from the main loop #103

Send batch of blocks from the main loop

Send batch of blocks from the main loop #103

Triggered via pull request June 27, 2024 06:41
Status Failure
Total duration 34s
Artifacts

pr.yaml

on: pull_request
Lint and test
24s
Lint and test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Lint and test: ingester/ingester.go#L93
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint and test: ingester/mainloop.go#L28
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
Lint and test: ingester/mainloop.go#L157
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
Lint and test: ingester/mainloop.go#L207
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
Lint and test
Process completed with exit code 2.
Lint and test
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/.