Skip to content

Final merge PR for drand/kyber #29

Final merge PR for drand/kyber

Final merge PR for drand/kyber #29

Triggered via pull request July 2, 2024 10:32
@matteoszmatteosz
synchronize #512
drandmerge
Status Failure
Total duration 20s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: util/test/benchmark.go#L28
Error return value of `rand.Read` is not checked (errcheck)
lint: util/test/benchmark.go#L52
Error return value of `scheme.Sign` is not checked (errcheck)
lint: util/test/benchmark.go#L61
Error return value of `bls.BatchVerify` is not checked (errcheck)
lint: benchmark/benchmark.go#L33
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: benchmark/benchmark.go#L104
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: benchmark/benchmark.go#L178
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: benchmark/benchmark.go#L202
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: benchmark/benchmark.go#L205
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: util/test/benchmark.go#L57
line is 140 characters (lll)
lint
issues found
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: benchmark/benchmark.go#L116
unused-parameter: parameter 'b' seems to be unused, consider removing or renaming it as _ (revive)