From 51eb338c0141ae915d5d26c5b74ab2bfa2dec8be Mon Sep 17 00:00:00 2001 From: Dmitry Shemetov Date: Thu, 1 Feb 2024 13:01:14 -0800 Subject: [PATCH] lint: copy .lintr from epidatr --- .lintr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .lintr diff --git a/.lintr b/.lintr new file mode 100644 index 00000000..c7c90554 --- /dev/null +++ b/.lintr @@ -0,0 +1,9 @@ +linters: linters_with_defaults( + line_length_linter(120), + cyclocomp_linter = NULL, + object_length_linter(length = 40L) + ) +exclusions: list( + "renv", + "venv" + )