lintr icon indicating copy to clipboard operation
lintr copied to clipboard

Custom message fails for string_boundary_linter(), gives 'NA'

Open MichaelChirico opened this issue 1 year ago • 2 comments

lint('grepl("\\\\^", spec)\n', string_boundary_linter())
# <text>:1:7: warning: [string_boundary_linter] NA Doing so is more readable and more efficient.
# grepl("\\^", spec)
#       ^~~~~

MichaelChirico avatar Jul 24 '24 05:07 MichaelChirico