use_box_lintr {box.linters} | R Documentation |
Create a minimal lintr config file with box
modules support as a starting point
for customization
use_box_lintr(path = ".", type = c("basic_box", "rhino"))
path |
Path to project root where a |
type |
The kind of configuration to create
|
Path to the generated configuration, invisibly.
## Not run:
# use default box-compatible set of linters
box.linters::use_box_lintr()
# use `rhino` set of linters
box.linters::use_box_lintr(type = "rhino")
## End(Not run)