From 7cd15cabb7693ad197cce5e0f3b14ba78be20b0a Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Sun, 12 May 2024 13:10:37 +0200 Subject: [PATCH] Use `all_linters()` instead of using tags --- .lintr | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.lintr b/.lintr index fe4554f30..9fd7b119c 100644 --- a/.lintr +++ b/.lintr @@ -1,5 +1,4 @@ -linters: linters_with_tags( - tags = NULL, +linters: all_linters( commented_code_linter = NULL, cyclocomp_linter = cyclocomp_linter(40), fixed_regex_linter = NULL, @@ -7,7 +6,6 @@ linters: linters_with_tags( indentation_linter = NULL, line_length_linter(120L), namespace_linter = NULL, - nested_ifelse_linter = NULL, nzchar_linter = NULL, object_name_linter = NULL, object_length_linter(70L),