Skip to content

Refactor v3.2.2

Refactor v3.2.2 #114

Triggered via pull request January 6, 2024 23:09
Status Failure
Total duration 23s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: src/cosigner/cosigner.go#L92
Error return value of `mpc.serverHealth.Start` is not checked (errcheck)
lint: src/cosigner/cosigner.go#L94
Error return value of `mpc.nonceCache.Start` is not checked (errcheck)
lint: src/cosigner/cosigner.go#L96
Error return value of `mpc.noncePruner.Start` is not checked (errcheck)
lint: src/cosigner/cosigner.go#L90
commentFormatting: put a space between `//` and comment text (gocritic)
lint: src/tss/doc.go#L45
File is not `gofmt`-ed with `-s` (gofmt)
lint: src/tss/ted25519/threshold-ed25519_signer_soft.go#L58
line is 124 characters (lll)
lint: src/tss/doc.go#L43
line is 134 characters (lll)
lint: src/tss/threshold_signer.go#L25
line is 128 characters (lll)
lint: src/tss/threshold_signer.go#L89
line is 153 characters (lll)
lint: src/tss/threshold_signer.go#L94
line is 143 characters (lll)
lint: src/tss/ted25519/threshold-ed25519_signer_soft.go#L43
exported: type name will be used as ted25519.Ted25519SignerDealer by other packages, and that stutters; consider calling this SignerDealer (revive)
lint: src/tss/ted25519/threshold-ed25519_signer_soft.go#L50
exported: type name will be used as ted25519.Ted25519SignerSoft by other packages, and that stutters; consider calling this SignerSoft (revive)
lint: src/cosigner/cosigner.go#L81
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: src/cosigner/cosigner.go#L85
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: src/cosigner/types.go#L73
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#L78
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#L83
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#L98
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#L111
exported: type name will be used as cosigner.CosignerSetNoncesAndSignRequest by other packages, and that stutters; consider calling this SetNoncesAndSignRequest (revive)
lint: node/cosigner_grpc_server.go#L18
exported: type name will be used as node.NodeGRPCServer by other packages, and that stutters; consider calling this GRPCServer (revive)