config_tag_accepts_linters {roxylint} | R Documentation |
Check whether a given tag accepts new linters
Description
Linters can be configured to disallow new linter additions by providing a
trailing NULL
value to a list, or setting the value itself to NULL
.
Usage
config_tag_accepts_linters(config, tag)
Arguments
config |
A config object to add linters to. |
tag |
The name of the tag to which to add linters. |
[Package roxylint version 0.1.0 Index]