Skip to content

Commit

Permalink
Add note about '_'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Dec 21, 2023
1 parent ccdb186 commit 94b0061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/unnecessary_placeholder_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#' @seealso [linters] for a complete list of linters available in lintr.
#' @export
unnecessary_placeholder_linter <- function() {
# TODO(michaelchirico): handle R4.2.0 native placeholder _ as well
# NB: Native placeholder '_' must be used with a named argument, so it's not relevant here.
xpath <- glue("
//SPECIAL[{ xp_text_in_table(magrittr_pipes) }]
/following-sibling::expr[
Expand Down

0 comments on commit 94b0061

Please sign in to comment.