Title: | Generate a lintr configuration file |
---|---|
Description: | Generate a lintr configuration file with all of the linters explicitly enabled and documented. |
Authors: | Tim Taylor [aut, cre, cph] |
Maintainer: | Tim Taylor <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9000 |
Built: | 2025-02-11 04:11:49 UTC |
Source: | https://github.com/TimTaylor/lintrall |
Setup a lintr configuration file with all linters explicitly enabled
use_all_linters(..., dir = ".", overwrite = FALSE)
use_all_linters(..., dir = ".", overwrite = FALSE)
... |
Not currently used. |
dir |
Directory to create the |
overwrite |
Should an existing |
dir <- tempdir() f <- try(use_all_linters(dir = dir)) if (!inherits(f, "try-error")) { unlink(f) }
dir <- tempdir() f <- try(use_all_linters(dir = dir)) if (!inherits(f, "try-error")) { unlink(f) }