Skip to content

Refactor v3.2.2

Refactor v3.2.2 #112

Triggered via pull request December 28, 2023 19:23
Status Failure
Total duration 1m 29s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: pkg/cosigner/cosigner.go#L92
Error return value of `mpc.serverHealth.Start` is not checked (errcheck)
lint: pkg/cosigner/cosigner.go#L94
Error return value of `mpc.nonceCache.Start` is not checked (errcheck)
lint: pkg/cosigner/cosigner.go#L96
Error return value of `mpc.noncePruner.Start` is not checked (errcheck)
lint: pkg/tss/threshold_signer.go#L78
commentFormatting: put a space between `//` and comment text (gocritic)
lint: pkg/cosigner/cosigner.go#L90
commentFormatting: put a space between `//` and comment text (gocritic)
lint: pkg/cosigner/server.go#L46
commentFormatting: put a space between `//` and comment text (gocritic)
lint: pkg/tss/doc.go#L45
File is not `gofmt`-ed with `-s` (gofmt)
lint: pkg/tss/ted25519/threshold-ed25519_signer_soft.go#L58
line is 124 characters (lll)
lint: pkg/tss/doc.go#L43
line is 134 characters (lll)
lint: pkg/tss/threshold_signer.go#L25
line is 128 characters (lll)
lint: pkg/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: pkg/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: pkg/cosigner/cosigner.go#L81
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/cosigner/cosigner.go#L85
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: pkg/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: pkg/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: pkg/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: pkg/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: pkg/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: signer/threshold_validator.go#L713
var-naming: don't use underscores in Go names; range var remote_cosigner should be remoteCosigner (revive)