Final merge PR for drand/kyber #29
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)
|