diff --git a/.lintr b/.lintr index c0bfc243..c7c90554 100644 --- a/.lintr +++ b/.lintr @@ -3,3 +3,7 @@ linters: linters_with_defaults( cyclocomp_linter = NULL, object_length_linter(length = 40L) ) +exclusions: list( + "renv", + "venv" + )