Enable linter in the CI #92
Annotations
10 errors and 1 warning
lint:
proof/deniable.go#L115
Error return value of `xof.Read` is not checked (errcheck)
|
lint:
proof/deniable.go#L182
Error return value of `(io.Reader).Read` is not checked (errcheck)
|
lint:
proof/hash.go#L52
Error return value of `c.pubrand.Write` is not checked (errcheck)
|
lint:
proof/hash.go#L106
Error return value of `c.pubrand.Write` is not checked (errcheck)
|
lint:
proof/proof.go#L224
Error return value of `prf.pc.PriRand` is not checked (errcheck)
|
lint:
proof/proof.go#L499
Error return value of `prf.pc.PriRand` is not checked (errcheck)
|
lint:
proof/proof.go#L510
Error return value of `prf.pc.PriRand` is not checked (errcheck)
|
lint:
sign/cosi/cosi.go#L201
Error return value of `mask.SetMask` is not checked (errcheck)
|
lint:
sign/cosi/cosi.go#L264
Error return value of `m.SetBit` is not checked (errcheck)
|
lint:
share/vss/pedersen/vss.go#L511
Error return value of `v.Aggregator.addResponse` is not checked (errcheck)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|