Skip to content

Refactor v3.2.2

Refactor v3.2.2 #118

Triggered via pull request February 16, 2024 19:14
Status Failure
Total duration 1m 29s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: src/cosigner/icosigner.go#L92
Error return value of `mpc.serverHealth.Start` is not checked (errcheck)
lint: src/cosigner/icosigner.go#L95
Error return value of `mpc.nonceCache.Start` is not checked (errcheck)
lint: src/cosigner/icosigner.go#L98
Error return value of `mpc.noncePruner.Start` is not checked (errcheck)
lint: src/tss/doc.go#L43
line is 134 characters (lll)
lint: src/tss/threshold_signer.go#L87
line is 142 characters (lll)
lint: src/tss/threshold_signer.go#L92
line is 143 characters (lll)
lint: src/tss/threshold_signer.go#L108
line is 145 characters (lll)
lint: src/node/icosigner.go#L38
line is 121 characters (lll)
lint: src/node/threshold_validator.go#L220
line is 127 characters (lll)
lint: src/node/threshold_validator.go#L851
line is 123 characters (lll)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: src/tss/tss25519/threshold-ed25519_signer_soft.go#L143
var-naming: var sigIds should be sigIDs (revive)
lint: src/cosigner/grpc_client.go#L22
exported: type name will be used as cosigner.CosignerClient by other packages, and that stutters; consider calling this Client (revive)
lint: src/cosigner/icosigner.go#L82
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: src/cosigner/icosigner.go#L86
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: src/cosigner/grpc_server.go#L26
exported: type name will be used as cosigner.CosignerServer by other packages, and that stutters; consider calling this Server (revive)
lint: src/cosigner/types.go#L74
exported: type name will be used as cosigner.CosignerSignBlockRequest by other packages, and that stutters; consider calling this SignBlockRequest (revive)
lint: src/cosigner/types.go#L79
exported: type name will be used as cosigner.CosignerSignBlockResponse by other packages, and that stutters; consider calling this SignBlockResponse (revive)
lint: src/cosigner/types.go#L84
exported: type name will be used as cosigner.CosignerUUIDNonces by other packages, and that stutters; consider calling this UUIDNonces (revive)
lint: src/cosigner/types.go#L99
exported: type name will be used as cosigner.CosignerUUIDNoncesMultiple by other packages, and that stutters; consider calling this UUIDNoncesMultiple (revive)
lint: src/cosigner/types.go#L112
exported: type name will be used as cosigner.CosignerSetNoncesAndSignRequest by other packages, and that stutters; consider calling this SetNoncesAndSignRequest (revive)