From d85a246522001d0ecd34315518fb88f8f1894a36 Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Thu, 29 Feb 2024 09:18:51 -0500 Subject: [PATCH] Update .lintr --- .lintr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintr b/.lintr index 37b9c939..54dd81ce 100644 --- a/.lintr +++ b/.lintr @@ -1,5 +1,5 @@ linters: linters_with_defaults( - cyclocomp_linter(complexity_limit = 18), + cyclocomp_linter(complexity_limit = 25), line_length_linter(120), object_usage_linter = NULL, object_name_linter = NULL,