errcheck doesn't detect all unchecked type assertion #882
Labels
dependencies
Relates to an upstream dependency
false negative
An error is not reported when one exists
Thank you for creating the issue!
Please include the following information:
Version of golangci-lint
Config file
Go environment
Verbose output of running
I've configured errcheck to report unchecked type assertion.
However, in this code:
the type assertion is not checked, but it's not reported.
filter
is abson.M
fromjiasu.xzqcsaa.nyc.mn/globalsign/mgo/bson
.The text was updated successfully, but these errors were encountered: