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),