Skip to content

Add Minibatcher

Add Minibatcher #2204

Triggered via pull request July 23, 2024 04:36
Status Failure
Total duration 27s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Linter: disperser/batcher/minibatcher.go#L144
Error return value of `b.handleFailure` is not checked (errcheck)
Linter: disperser/batcher/minibatcher.go#L149
Error return value of `b.handleFailure` is not checked (errcheck)
Linter: disperser/batcher/minibatcher.go#L154
Error return value of `b.MinibatchStore.PutBatch` is not checked (errcheck)
Linter: disperser/batcher/minibatcher.go#L168
Error return value of `b.handleFailure` is not checked (errcheck)
Linter
issues found
Linter
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/