Skip to content

Refactor fabric imports #1408

Refactor fabric imports

Refactor fabric imports #1408

Triggered via pull request January 15, 2026 12:42
Status Failure
Total duration 2m 7s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
golangci
issues found
golangci: platform/fabric/core/generic/membership/channelconfig/util_test.go#L344
func newConfigGroup is unused (unused)
golangci: platform/fabric/core/generic/membership/channelconfig/util_test.go#L170
func createCfgBlockWithUnsupportedCapabilities is unused (unused)
golangci: platform/fabric/core/generic/membership/channelconfig/util_test.go#L56
func createCfgBlockWithSupportedCapabilities is unused (unused)
golangci: platform/fabric/msp/revocation_test.go#L68
SA1019: x509.ParseCRL has been deprecated since Go 1.19: Use [ParseRevocationList] instead. (staticcheck)
golangci: platform/fabric/msp/mspimplvalidate.go#L129
SA1019: validationChain[1].CheckCRLSignature has been deprecated since Go 1.19: Use [RevocationList.CheckSignatureFrom] instead. (staticcheck)
golangci: platform/fabric/msp/mspimplsetup.go#L223
SA1019: x509.ParseCRL has been deprecated since Go 1.19: Use [ParseRevocationList] instead. (staticcheck)