I often use internals from other packages and save them in files
named ..._internals..., ..._verbatim... or ..._modified... .
I want these to be marked in lintr's output.
mark_lints(
x,
sort = TRUE,
invert = FALSE,
file_name_markers = c("_internals", "_verbatim", "_modified")
)print_lints(
x,
sort = TRUE,
invert = FALSE,
file_name_markers = c("_internals", "_verbatim", "_modified")
)
The list of lints with names marked.
A list of lints.
Sort by file name suffix?
Invert the sorting?
Parts of the file name which mark copied code.