You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have different linting errors, the upper one only reports on util.withSpan and not on cloudUtil.GetItems while the lower one correctly identifies cloudUtil.GetItems.
If I ignore util.withSpan the error vanishes, but there is still no report on cloudUtil.getItems.
The following functions;
have different linting errors, the upper one only reports on
util.withSpan
and not oncloudUtil.GetItems
while the lower one correctly identifiescloudUtil.GetItems
.If I ignore
util.withSpan
the error vanishes, but there is still no report oncloudUtil.getItems
.If I do the following;
or
the linter correctly identifies the
return nil, err
viacloudUtil.GetItems
.So seemingly "direct returns" or whatever this is called are not being detected if it is inside an (ignored) wrapper function.
As nearly all my functions use wrapper functions, for tracing, this is quite the problem.
Is there a setting I need to set or is this a bug?
The text was updated successfully, but these errors were encountered: