From f2c1dcbdbdf38e0e9e8dc8e91c9cdd51cde9c5f5 Mon Sep 17 00:00:00 2001 From: Dmitry Shemetov Date: Fri, 29 Sep 2023 18:18:42 -0700 Subject: [PATCH] lint: update lintr --- .lintr | 4 ++++ 1 file changed, 4 insertions(+) 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" + )