We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10404f commit ccb4807Copy full SHA for ccb4807
internal/datasource/search.go
@@ -69,7 +69,7 @@ func (e *TooManyResultsError) Error() string {
69
}
70
71
func (e *TooManyResultsError) Is(err error) bool {
72
- _, ok := err.(*TooManyResultsError) //nolint:errorlint // Explicitly does *not* match down the error tree
+ _, ok := err.(*TooManyResultsError)
73
74
return ok
75
0 commit comments