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