From d55b882dadcd60bb7ed54232d18aba676e7017ee Mon Sep 17 00:00:00 2001 From: Nicolas Bennett <3158446+nbenn@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:25:33 +0200 Subject: [PATCH] retry linter settings --- .lintr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintr b/.lintr index 2ebba2d1..dc9b47d6 100644 --- a/.lintr +++ b/.lintr @@ -3,7 +3,7 @@ linters: linters_with_defaults( object_name_linter = NULL, # Because we use S3 and end up with is_initialized.field object_usage_linter = NULL, # When code is WIP this is annoying ... commented_code_linter = NULL, # When code is WIP this is annoying ... - complexity_limit = 16L + cyclocomp_linter(16L) ) exclusions: list( "inst/examples/cdisc-plot/example.R",