Enable linter in the CI #12
Annotations
10 errors and 1 warning
lint:
group/nist/residue.go#L287
group/nist/residue.go:287: Line contains TODO/BUG/FIXME: "TODO:Does the corresponding P come out p..." (godox)
|
lint:
group/nist/residue.go#L5
SA1019: "crypto/dsa" has been deprecated since Go 1.16 because it shouldn't be used: DSA is a legacy algorithm, and modern alternatives such as Ed25519 (implemented by package crypto/ed25519) should be used instead. Keys with 1024-bit moduli (L1024N160 parameters) are cryptographically weak, while bigger keys are not widely supported. Note that FIPS 186-5 no longer approves DSA for signature generation. (staticcheck)
|
lint:
pairing/circl_bls12381/g1.go#L1
1-95 lines are duplicate of `pairing/circl_bls12381/g2.go:1-95` (dupl)
|
lint:
pairing/circl_bls12381/g2.go#L1
1-95 lines are duplicate of `pairing/circl_bls12381/g1.go:1-95` (dupl)
|
lint:
pairing/circl_bls12381/g1.go#L40
Error return value is not checked (errcheck)
|
lint:
pairing/circl_bls12381/g1.go#L70
Error return value is not checked (errcheck)
|
lint:
pairing/circl_bls12381/g1.go#L87
Error return value is not checked (errcheck)
|
lint:
pairing/circl_bls12381/g2.go#L40
Error return value is not checked (errcheck)
|
lint:
pairing/circl_bls12381/g2.go#L70
Error return value is not checked (errcheck)
|
lint:
pairing/circl_bls12381/g2.go#L87
Error return value is not checked (errcheck)
|
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/.
|