Skip to contents

Opinionated set of files and folders to be excluded from linting, relative to the package path. To be used with lint_rmd(), lintr::lint_dir() or lintr::lint_package().

Usage

default_exclusions(excl_vignettes = TRUE)

Arguments

excl_vignettes

Whether or not to exclude all .Rmd files under vignettes/. A logical scalar.

Value

A named list of lintr::linters.

Examples

pkgpurl::default_exclusions()
#> [1] "docs"       "input"      "output"     "pkgdown"    "renv"       "packrat"    "tests"      "README.Rmd"