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