Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Apr 23, 2024
1 parent fb230c6 commit fc4292a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/linters/dt_lengths_linter.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This is lintr::lengths_linter(), but including 'vapply_1i()' which is more common internally in data.table
dt_lengths_linter <- lintr::make_linter_from_function_xpath(
function_names = c("sapply", "vapply", "vapply_1i", "map_int", "map_dbl"),
xpath = "parent::expr/parent::expr[expr/SYMBOL[text() = 'length']]",
Expand Down

0 comments on commit fc4292a

Please sign in to comment.