Skip to content

Refactor fabric imports #3550

Refactor fabric imports

Refactor fabric imports #3550

Triggered via pull request January 14, 2026 17:55
Status Failure
Total duration 3m 4s
Artifacts

tests.yml

on: pull_request
utest
0s
utest
utest-postgres
0s
utest-postgres
Matrix: itest
Fit to window
Zoom out
Zoom in

Annotations

9 errors
checks
Process completed with exit code 2.
checks: platform/fabric/msp/mspimplvalidate.go#L128
validationChain[1].CheckCRLSignature has been deprecated since Go 1.19: Use [RevocationList.CheckSignatureFrom] instead. (SA1019)
checks: platform/fabric/msp/mspimplsetup.go#L222
x509.ParseCRL has been deprecated since Go 1.19: Use [ParseRevocationList] instead. (SA1019)
checks: platform/fabric/msp/mspimplsetup.go#L76
error strings should not be capitalized (ST1005)
checks: platform/fabric/msp/mspimplsetup.go#L69
error strings should not be capitalized (ST1005)
checks: platform/fabric/msp/mspimplsetup.go#L58
error strings should not end with punctuation or newlines (ST1005)
checks: platform/fabric/msp/mspimplsetup.go#L58
error strings should not be capitalized (ST1005)
checks: platform/fabric/msp/mspimplsetup.go#L28
error strings should not be capitalized (ST1005)
checks: platform/fabric/msp/cache/second_chance.go#L50
func (*secondChanceCache).len is unused (U1000)