From f1a0a2a6259ffad50d1c41a3bc8d77f8cdff4d36 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Sun, 26 May 2024 10:49:29 +0200 Subject: [PATCH] Update .lintr --- .lintr | 1 - 1 file changed, 1 deletion(-) diff --git a/.lintr b/.lintr index 7fa66fe1c..4d12be942 100644 --- a/.lintr +++ b/.lintr @@ -2,7 +2,6 @@ linters: linters_with_defaults( absolute_path_linter = NULL, commented_code_linter = NULL, cyclocomp_linter = cyclocomp_linter(25), - extraction_operator_linter = NULL, implicit_integer_linter = NULL, line_length_linter(120), namespace_linter = NULL,