Skip to content

Refactor v3.2.2

Refactor v3.2.2 #117

Triggered via pull request January 28, 2024 22:21
Status Failure
Total duration 1m 29s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: src/tss/ted25519/threshold-ed25519_signer_soft.go#L58
line is 124 characters (lll)
lint: src/tss/doc.go#L43
line is 134 characters (lll)
lint: src/tss/threshold_signer.go#L25
line is 128 characters (lll)
lint: src/tss/threshold_signer.go#L87
line is 153 characters (lll)
lint: src/tss/threshold_signer.go#L92
line is 143 characters (lll)
lint: src/tss/threshold_signer.go#L108
line is 145 characters (lll)
lint: src/node/icosigner.go#L38
line is 121 characters (lll)
lint: src/node/threshold_validator.go#L773
line is 124 characters (lll)
lint: src/node/threshold_validator_test.go#L82
line is 168 characters (lll)
lint: cmd/horcrux/cmd/shards.go#L119
line is 140 characters (lll)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: src/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: src/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: src/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: src/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: src/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: src/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: src/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: src/node/node_grpc_server.go#L23
exported: type name will be used as node.NodeGRPCServer by other packages, and that stutters; consider calling this GRPCServer (revive)
lint: src/node/threshold_validator.go#L725
var-naming: don't use underscores in Go names; range var remote_cosigner should be remoteCosigner (revive)
lint: src/node/threshold_validator.go#L726
var-naming: don't use underscores in Go names; var remote_cosigner should be remoteCosigner (revive)