Refactor v3.2.2 #116
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 10 warnings
lint:
src/tss/ted25519/threshold-ed25519_signer_soft.go#L58
line is 124 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/tss/ted25519/threshold-ed25519_signer_soft.go#L31
field `privateKey` is unused (unused)
|
lint:
src/tss/ted25519/threshold-ed25519_signer_soft.go#L32
field `privateShard` is unused (unused)
|
lint:
src/tss/ted25519/threshold-ed25519_signer_soft.go#L37
field `threshold` is unused (unused)
|
lint:
src/tss/ted25519/threshold-ed25519_signer_soft.go#L38
field `total` is unused (unused)
|
lint:
src/tss/ted25519/threshold-ed25519_signer_soft.go#L39
field `id` is unused (unused)
|
lint:
src/tss/ted25519/threshold-ed25519_signer_soft.go#L12
import "gitlab.com/unit410/threshold-ed25519/pkg" has alias "tsed25519" which is not part of config (importas)
|
lint:
src/cosigner/cosigner.go#L91
Error return value of `mpc.serverHealth.Start` is not checked (errcheck)
|
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:
src/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)
|
lint:
src/node/threshold_validator.go#L720
var-naming: don't use underscores in Go names; range var remote_cosigner should be remoteCosigner (revive)
|
lint:
src/node/threshold_validator.go#L721
var-naming: don't use underscores in Go names; var remote_cosigner should be remoteCosigner (revive)
|