unhandled-error
could not detect unhandled errors of third party package methods
#582
Labels
unhandled-error
could not detect unhandled errors of third party package methods
#582
Describe the bug
Method
TypeCheck()
will return error "could not import xxx" if detect third party package. Such as:could not import github.com/hyperledger/fabric/core/chaincode/shim (can't find import: github.com/hyperledger/fabric/core/chaincode/shim)
When the error emerged, revive could not get enough type information. So revive could not detect unhandled errors of third party package methods and nothing reported.
The text was updated successfully, but these errors were encountered: