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
We have some logic to handle the object$function() pattern. We identify if the pair exists as exported by a box::use call, or it is a special use case as in the example code.
However, it now sees data$summary() and trips over summary() that exists as part of table$summary(). Will need to rethink the logic for this.
box.linters version
Sample source code to lint
Lint command used
Lint result
Expected result
No errors expected. Note that this behaviour happens specifically when there is a box::use statement that imports a local module.
The text was updated successfully, but these errors were encountered: