Enable linter in the CI #96
Annotations
10 errors and 1 warning
Lint:
group/curve25519/proj.go#L19
Error return value is not checked (errcheck)
|
Lint:
group/curve25519/proj.go#L64
Error return value is not checked (errcheck)
|
Lint:
group/curve25519/proj.go#L72
Error return value is not checked (errcheck)
|
Lint:
proof/proof.go#L475
cognitive complexity 21 of func `(*orPred).commit` is high (> 20) (gocognit)
|
Lint:
share/vss/rabin/vss_test.go#L370
commentFormatting: put a space between `//` and comment text (gocritic)
|
Lint:
shuffle/shuffle_test.go#L63
commentFormatting: put a space between `//` and comment text (gocritic)
|
Lint:
group/curve25519/ext.go#L304
commentFormatting: put a space between `//` and comment text (gocritic)
|
Lint:
proof/proof.go#L487
`if w == nil` has complex nested blocks (complexity: 6) (nestif)
|
Lint:
share/dkg/rabin/dkg.go#L378
unused-parameter: parameter 'v' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
share/dkg/rabin/dkg.go#L387
unused-parameter: parameter 'v' seems to be unused, consider removing or renaming it as _ (revive)
|
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/.
|
Loading