Open Gotfrid opened 2 months ago
Hi,
I'd like to report a similar issue with the dot(.) operator in {data.table}
0.10.0
box::use(
data.table[data.table, ],
)
d1 <- data.table(v = 1:9)
d1[, .(sum(v))]
Line 6 [box_usage_linter] Function not imported nor defined.
No linter issues
This looks like custom special handlers for {data.table}
are needed.
box.linters version
Sample source code to lint
Lint command used
Lint result
Expected result
No linter issues.