Refactor v3.2.2 #110
Annotations
10 errors and 4 warnings
lint:
pkg/tss/threshold_signer.go#L14
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
pkg/tss/doc.go#L43
line is 134 characters (lll)
|
lint:
pkg/tss/threshold_signer.go#L56
line is 137 characters (lll)
|
lint:
pkg/cosigner/nodesecurity/cosigner_security_rsa.go#L132
line is 122 characters (lll)
|
lint:
signer/icosigner.go#L31
line is 124 characters (lll)
|
lint:
signer/threshold_validator.go#L755
line is 124 characters (lll)
|
lint:
pkg/tss/threshold-ed25519_signer_soft.go#L124
`lenght` is a misspelling of `length` (misspell)
|
lint:
pkg/tss/types.go#L26
field `pubKey` is unused (unused)
|
lint:
pkg/tss/types.go#L27
field `privateShard` is unused (unused)
|
lint:
pkg/tss/types.go#L28
field `index` is unused (unused)
|
lint:
signer/threshold_validator.go#L707
var-naming: don't use underscores in Go names; range var remote_cosigner should be remoteCosigner (revive)
|
lint:
signer/threshold_validator.go#L708
var-naming: don't use underscores in Go names; var remote_cosigner should be remoteCosigner (revive)
|
lint:
signer/cosigner_health.go#L43
var-naming: don't use underscores in Go names; range var remote_cosigner should be remoteCosigner (revive)
|
lint:
pkg/cosigner/local_cosigner_test.go#L203
var-naming: don't use underscores in Go names; range var local_cosigner should be localCosigner (revive)
|