Refactor v3.2.2 #108
Annotations
10 errors and 4 warnings
lint:
pkg/types/block.go#L60
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
pkg/cosigner/local_cosigner.go#L317
commentFormatting: put a space between `//` and comment text (gocritic)
|
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#L752
line is 124 characters (lll)
|
lint:
pkg/tss/threshold_key.go#L26
field `pubKey` is unused (unused)
|
lint:
pkg/tss/threshold_key.go#L27
field `privateShard` is unused (unused)
|
lint:
pkg/tss/threshold_key.go#L28
field `index` is unused (unused)
|
lint:
signer/leader_mock_test.go#L14
field `myCosigner` is unused (unused)
|
lint:
cmd/horcrux/cmd/shards.go#L24
import "github.com/strangelove-ventures/horcrux/pkg/tss" has alias "tss" which is not part of config (importas)
|
lint:
signer/threshold_validator.go#L704
var-naming: don't use underscores in Go names; range var remote_cosigner should be remoteCosigner (revive)
|
lint:
signer/threshold_validator.go#L705
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)
|