Refactor v3.2.2 #111
Annotations
10 errors and 9 warnings
golangci-lint:
pkg/tss/doc.go#L43
line is 134 characters (lll)
|
golangci-lint:
pkg/tss/threshold_signer.go#L56
line is 137 characters (lll)
|
golangci-lint:
signer/icosigner.go#L31
line is 121 characters (lll)
|
golangci-lint:
signer/threshold_validator.go#L761
line is 124 characters (lll)
|
golangci-lint:
signer/threshold_validator_test.go#L80
line is 170 characters (lll)
|
golangci-lint:
pkg/tss/types.go#L37
field `pubKey` is unused (unused)
|
golangci-lint:
pkg/tss/types.go#L38
field `privateShard` is unused (unused)
|
golangci-lint:
pkg/tss/types.go#L39
field `index` is unused (unused)
|
golangci-lint:
pkg/cosigner/icosigner.go#L3
type `iCosigner` is unused (unused)
|
golangci-lint:
signer/leader_mock_test.go#L14
field `myCosigner` is unused (unused)
|
golangci-lint:
pkg/tss/threshold-ed25519_signer_soft.go#L45
unexported-return: exported func NewThresholdEd25519SignerSoft returns unexported type *tss.ted25519SignerSoft, which can be annoying to use (revive)
|
golangci-lint:
pkg/cosigner/cosigner.go#L107
exported: type name will be used as cosigner.CosignerSignBlockRequest by other packages, and that stutters; consider calling this SignBlockRequest (revive)
|
golangci-lint:
pkg/cosigner/cosigner.go#L112
exported: type name will be used as cosigner.CosignerSignBlockResponse by other packages, and that stutters; consider calling this SignBlockResponse (revive)
|
golangci-lint:
pkg/cosigner/cosigner.go#L117
exported: type name will be used as cosigner.CosignerUUIDNonces by other packages, and that stutters; consider calling this UUIDNonces (revive)
|
golangci-lint:
pkg/cosigner/cosigner.go#L132
exported: type name will be used as cosigner.CosignerUUIDNoncesMultiple by other packages, and that stutters; consider calling this UUIDNoncesMultiple (revive)
|
golangci-lint:
pkg/cosigner/cosigner.go#L145
exported: type name will be used as cosigner.CosignerSetNoncesAndSignRequest by other packages, and that stutters; consider calling this SetNoncesAndSignRequest (revive)
|
golangci-lint:
signer/threshold_validator.go#L713
var-naming: don't use underscores in Go names; range var remote_cosigner should be remoteCosigner (revive)
|
golangci-lint:
signer/threshold_validator.go#L714
var-naming: don't use underscores in Go names; var remote_cosigner should be remoteCosigner (revive)
|
golangci-lint:
pkg/cosigner/local_cosigner_test.go#L204
var-naming: don't use underscores in Go names; range var local_cosigner should be localCosigner (revive)
|
The logs for this run have expired and are no longer available.
Loading