add_linters {roxylint} | R Documentation |
Add linters
Description
Add linters
Usage
add_linters(config, tag, linters, overwrite = FALSE)
Arguments
config |
A config object to add linters to. |
tag |
The name of the tag to which to add linters. |
linters |
New linters to add. |
overwrite |
A logical value indicating whether existing linters should be overwritten. |
Value
NULL
.
[Package roxylint version 0.1.0 Index]