Skip to content

Refactor v3.2.2

Refactor v3.2.2 #107

Triggered via pull request December 21, 2023 20:25
Status Failure
Total duration 1m 38s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
lint: signer/icosigner.go#L31
line is 124 characters (lll)
lint: signer/threshold_validator.go#L749
line is 124 characters (lll)
lint: pkg/cosigner/nodesecurity/cosigner_security_rsa.go#L132
line is 122 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: 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/raft_store_test.go#L12
import "github.com/strangelove-ventures/horcrux/pkg/tss" has alias "tss" which is not part of config (importas)
lint: cmd/horcrux/cmd/config.go#L138
directive `// nolint` should be written without leading space as `//nolint` (nolintlint)
lint
issues found
lint: signer/cosigner_health.go#L43
var-naming: don't use underscores in Go names; range var remote_cosigner should be remoteCosigner (revive)
lint: signer/threshold_validator.go#L701
var-naming: don't use underscores in Go names; range var remote_cosigner should be remoteCosigner (revive)
lint: signer/threshold_validator.go#L702
var-naming: don't use underscores in Go names; 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)